From 2121543d0c840aa6d69e117dc424705c1f94b645 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 27 Mar 2015 21:16:47 +0100 Subject: jailbreak-cabal: avoid infinite recursion --- pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix') diff --git a/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix b/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix index 2a5213d4e121..1d783b3ee170 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix @@ -56,7 +56,7 @@ self: super: { hashable = dontCheck super.hashable; # Needs Cabal >= 1.18.x. - jailbreak-cabal = super.jailbreak-cabal.override { Cabal = self.Cabal_1_18_1_6; }; + jailbreak-cabal = super.jailbreak-cabal.override { Cabal = dontJailbreak self.Cabal_1_18_1_6; }; # Haddock chokes on the prologue from the cabal file. ChasingBottoms = dontHaddock super.ChasingBottoms; -- cgit 1.4.1