1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-jailbreak-cabal: use stable version from ghc-8.0.x in ghc-8.2.x package set

The version compiled with Cabal 2.x breaks many packages, like doctest and
hashable. This needs further investigation.
This commit is contained in:
Peter Simons 2017-07-07 12:24:06 +02:00
parent 26762f1e1e
commit 2180d2c118

View file

@ -39,8 +39,8 @@ self: super: {
# cabal-install can use the native Cabal library.
cabal-install = super.cabal-install.override { Cabal = null; };
# jailbreak-cabal can use the native Cabal library.
jailbreak-cabal = super.jailbreak-cabal.override { Cabal = null; };
# jailbreak-cabal doesn't seem to work right with the native Cabal version.
jailbreak-cabal = pkgs.haskellPackages.jailbreak-cabal;
# https://github.com/bmillwood/applicative-quoters/issues/6
applicative-quoters = appendPatch super.applicative-quoters (pkgs.fetchpatch {