haskell-doctest-prop: disable broken test suite

wip/yesman
Peter Simons 9 years ago
parent 6079bd61b5
commit 63efc2ee38
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -787,4 +787,7 @@ self: super: {
# https://github.com/ndmitchell/shake/issues/206
shake = overrideCabal super.shake (drv: { doCheck = !pkgs.stdenv.isDarwin; });
# https://github.com/nushio3/doctest-prop/issues/1
doctest-prop = dontCheck super.doctest-prop;
}

Loading…
Cancel
Save