mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00: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
|
# https://github.com/aisamanra/config-ini/issues/12
|
||||||
config-ini = dontCheck super.config-ini;
|
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