3
0
Fork 0
forked from mirrors/nixpkgs

hledger: jailbreak to fix builds with ghc-8.4.x

This commit is contained in:
Peter Simons 2018-06-14 08:49:38 +02:00
parent e6e64d5e45
commit 78f91c8aa1

View file

@ -444,4 +444,10 @@ self: super: {
lambdabot-core = appendPatch super.lambdabot-core ./patches/lambdabot-core-ghc-8.4.x-fix.patch;
# Version 1.9.1 excludes base-compat 0.10.x for the benefit of older
# compilers, but ghc 8.4.x works fine with the new version.
hledger-lib = doJailbreak super.hledger-lib;
hledger = doJailbreak super.hledger;
hledger-ui = doJailbreak super.hledger-ui;
}