From 27e37a11d136ea57b1cb83977d3c0a5ad0ce0980 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 24 Feb 2015 12:09:32 +0100 Subject: haskell-ng: update Cabal to version 1.22.1.1 and binary to version 0.7.4.0 --- pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix') 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 9210df486e84..b12d30050132 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; -- cgit 1.4.1