mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
haskell-quickcheck-instances: jailbreak to fix the build with ghc-8.8.x
This commit is contained in:
parent
e4659b5616
commit
47a7480f05
@ -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 New Issue
Block a user