haskell-hledger-lib: jailbreak to enable running the build with ghc-8.8.x
The build still fails, but I want to see the actual errors.
This commit is contained in:
parent
8e4cd524c7
commit
8e4df4840e
@ -83,6 +83,7 @@ self: super: {
|
||||
tasty-expected-failure = doJailbreak super.tasty-expected-failure;
|
||||
test-framework = doJailbreak super.test-framework;
|
||||
th-lift = self.th-lift_0_8_0_1;
|
||||
hledger-lib = doJailbreak super.hledger-lib; # base >=4.8 && <4.13, easytest >=0.2.1 && <0.3
|
||||
|
||||
# These packages don't work and need patching and/or an update.
|
||||
primitive = overrideSrc (doJailbreak super.primitive) {
|
||||
|
Loading…
Reference in New Issue
Block a user