summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-24 12:09:32 +0100
committerPeter Simons <simons@cryp.to>2015-02-24 23:29:58 +0100
commit27e37a11d136ea57b1cb83977d3c0a5ad0ce0980 (patch)
treeedc39f89f716b06ffb97e80cb0a2d69e87b2a4fb /pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
parent475097ace1cd92dabf054aee5aabcc8e82f2643f (diff)
downloadnixpkgs-27e37a11d136ea57b1cb83977d3c0a5ad0ce0980.tar
nixpkgs-27e37a11d136ea57b1cb83977d3c0a5ad0ce0980.tar.gz
nixpkgs-27e37a11d136ea57b1cb83977d3c0a5ad0ce0980.tar.bz2
nixpkgs-27e37a11d136ea57b1cb83977d3c0a5ad0ce0980.tar.lz
nixpkgs-27e37a11d136ea57b1cb83977d3c0a5ad0ce0980.tar.xz
nixpkgs-27e37a11d136ea57b1cb83977d3c0a5ad0ce0980.tar.zst
nixpkgs-27e37a11d136ea57b1cb83977d3c0a5ad0ce0980.zip
haskell-ng: update Cabal to version 1.22.1.1 and binary to version 0.7.4.0
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
index 9210df486e8..b12d3005013 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
@@ -40,7 +40,7 @@ self: super: {
   terminfo = self.terminfo_0_4_0_0;
 
   # https://github.com/haskell/cabal/issues/2322
-  Cabal_1_22_1_0 = super.Cabal_1_22_1_0.override { binary = self.binary_0_7_3_0; };
+  Cabal_1_22_1_1 = super.Cabal_1_22_1_1.override { binary = self.binary_0_7_4_0; };
 
   # https://github.com/tibbe/hashable/issues/85
   hashable = dontCheck super.hashable;
@@ -87,7 +87,7 @@ self: super: {
       presburger pretty process QuickCheck random smtLib syb text
       tf-random transformers utf8-string
     ];
-    buildTools = with self; [ alex happy Cabal_1_22_1_0 ];
+    buildTools = with self; [ alex happy Cabal_1_22_1_1 ];
     patchPhase = "sed -i -e 's|process .*,|process,|' cryptol.cabal";
     description = "Cryptol: The Language of Cryptography";
     license = pkgs.stdenv.lib.licenses.bsd3;