From 6d58ab2edf8843e03f10af03a16e8137afe49df5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 7 Jan 2017 12:09:24 +0100 Subject: [PATCH] jailbreak-cabal: ghc-HEAD needs version 1.3.2 due to API changes in Cabal https://github.com/peti/jailbreak-cabal/issues/12 --- pkgs/development/haskell-modules/configuration-ghc-head.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-head.nix b/pkgs/development/haskell-modules/configuration-ghc-head.nix index f093c0e427e..c6fcf0bff07 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-head.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-head.nix @@ -35,7 +35,7 @@ self: super: { xhtml = null; # jailbreak-cabal can use the native Cabal library. - jailbreak-cabal = super.jailbreak-cabal.override { Cabal = null; }; + jailbreak-cabal = super.jailbreak-cabal_1_3_2.override { Cabal = null; }; # haddock: No input file(s). nats = dontHaddock super.nats;