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:
parent
26762f1e1e
commit
2180d2c118
@ -39,8 +39,8 @@ self: super: {
|
|||||||
# cabal-install can use the native Cabal library.
|
# cabal-install can use the native Cabal library.
|
||||||
cabal-install = super.cabal-install.override { Cabal = null; };
|
cabal-install = super.cabal-install.override { Cabal = null; };
|
||||||
|
|
||||||
# jailbreak-cabal can use the native Cabal library.
|
# jailbreak-cabal doesn't seem to work right with the native Cabal version.
|
||||||
jailbreak-cabal = super.jailbreak-cabal.override { Cabal = null; };
|
jailbreak-cabal = pkgs.haskellPackages.jailbreak-cabal;
|
||||||
|
|
||||||
# https://github.com/bmillwood/applicative-quoters/issues/6
|
# https://github.com/bmillwood/applicative-quoters/issues/6
|
||||||
applicative-quoters = appendPatch super.applicative-quoters (pkgs.fetchpatch {
|
applicative-quoters = appendPatch super.applicative-quoters (pkgs.fetchpatch {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user