haskell-quickcheck-instances: jailbreak to fix the build with ghc-8.8.x
This commit is contained in:
parent
e4659b5616
commit
47a7480f05
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ self: super: {
|
|||
hashable-time = doJailbreak super.hashable-time;
|
||||
integer-logarithms = doJailbreak super.integer-logarithms;
|
||||
lucid = doJailbreak super.lucid;
|
||||
quickcheck-instances = doJailbreak super.quickcheck-instances;
|
||||
split = doJailbreak super.split;
|
||||
tasty-expected-failure = doJailbreak super.tasty-expected-failure;
|
||||
test-framework = doJailbreak super.test-framework;
|
||||
|
|
Loading…
Reference in a new issue