summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-12-29 17:39:16 +0100
committerPeter Simons <simons@cryp.to>2017-12-31 09:31:03 +0100
commitab3a12ed7ee0de4d247a8017151a1bf01829f6f7 (patch)
tree006f2b301f95d8c13fa126636af1104a819c307e /pkgs/top-level
parent238d57484636ed0f57bdb7f6f8cebf02e58ee8c3 (diff)
downloadnixlib-ab3a12ed7ee0de4d247a8017151a1bf01829f6f7.tar
nixlib-ab3a12ed7ee0de4d247a8017151a1bf01829f6f7.tar.gz
nixlib-ab3a12ed7ee0de4d247a8017151a1bf01829f6f7.tar.bz2
nixlib-ab3a12ed7ee0de4d247a8017151a1bf01829f6f7.tar.lz
nixlib-ab3a12ed7ee0de4d247a8017151a1bf01829f6f7.tar.xz
nixlib-ab3a12ed7ee0de4d247a8017151a1bf01829f6f7.tar.zst
nixlib-ab3a12ed7ee0de4d247a8017151a1bf01829f6f7.zip
darcs: switch build to GHC 8.0.2 to fix it
Also, jailbreak the constraint on unix-compat <5.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 8f69c2e53a55..9a30baab0754 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -14394,7 +14394,7 @@ with pkgs;
 
   cyclone = callPackage ../applications/audio/pd-plugins/cyclone  { };
 
-  darcs = haskell.lib.overrideCabal (haskell.lib.justStaticExecutables haskellPackages.darcs) (drv: {
+  darcs = haskell.lib.overrideCabal (haskell.lib.justStaticExecutables haskell.packages.ghc802.darcs) (drv: {
     configureFlags = (stdenv.lib.remove "-flibrary" drv.configureFlags or []) ++ ["-f-library"];
   });