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

wip/yesman
Peter Simons 7 years ago
parent 5119549255
commit a33d746223
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -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…
Cancel
Save