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
1 changed files with 6 additions and 0 deletions

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;
}