haskell-genvalidity-property: jailbreak to fix build with recent versions of doctest

This commit is contained in:
Peter Simons 2017-12-19 23:26:42 +01:00
parent 5119549255
commit a33d746223

View File

@ -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;
}