summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-14 16:39:51 +0200
committerPeter Simons <simons@cryp.to>2014-10-14 17:39:36 +0200
commit31a5126b0698e73247259639b97149e893df5172 (patch)
tree4f5f84d73cf24a7d90c00982ab25fc4160b2cc06
parent2ad93cf18d049fad18f7d11b5337aaede2433ffe (diff)
downloadnixlib-31a5126b0698e73247259639b97149e893df5172.tar
nixlib-31a5126b0698e73247259639b97149e893df5172.tar.gz
nixlib-31a5126b0698e73247259639b97149e893df5172.tar.bz2
nixlib-31a5126b0698e73247259639b97149e893df5172.tar.lz
nixlib-31a5126b0698e73247259639b97149e893df5172.tar.xz
nixlib-31a5126b0698e73247259639b97149e893df5172.tar.zst
nixlib-31a5126b0698e73247259639b97149e893df5172.zip
Fix cabal-install build for GHC 6.10.4.
-rw-r--r--pkgs/top-level/haskell-defaults.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/haskell-defaults.nix b/pkgs/top-level/haskell-defaults.nix
index b3faf70e0b7f..d37eedb6c9e1 100644
--- a/pkgs/top-level/haskell-defaults.nix
+++ b/pkgs/top-level/haskell-defaults.nix
@@ -126,6 +126,7 @@
     async = null;                       # none of our versions compile
     attoparsec = null;                  # none of our versions compile
     binary = super.binary_0_7_2_2.override { cabal = self.cabal.override { Cabal = self.Cabal_1_16_0_3; }; };
+    cabalInstall_1_16_0_2 = super.cabalInstall_1_16_0_2;
     caseInsensitive = super.caseInsensitive.override { cabal = self.cabal.override { Cabal = self.Cabal_1_16_0_3; }; };
     GLUT = self.GLUT_2_2_2_1;
     haddock = self.haddock_2_4_2;