mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
haskell-genvalidity-property: jailbreak to fix build with recent versions of doctest
This commit is contained in:
parent
5119549255
commit
a33d746223
@ -994,4 +994,7 @@ self: super: {
|
||||
# https://github.com/aisamanra/config-ini/issues/12
|
||||
config-ini = dontCheck super.config-ini;
|
||||
|
||||
# doctest >=0.9 && <0.12
|
||||
genvalidity-property = doJailbreak super.genvalidity-property;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user