haskell-system-filepath: disable test suite to remove dependency on chell-quickcheck

chell-quickcheck does not support recent versions of QuickCheck and
therefore does not compile in LTS 8.x.
wip/yesman
Peter Simons 7 years ago
parent 7b96859cab
commit 0583ffb7c2
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -844,4 +844,8 @@ self: super: {
# https://github.com/aslatter/parsec/issues/68
parsec = doJailbreak super.parsec;
# Don't depend on chell-quickcheck, which doesn't compile due to restricting
# QuickCheck to versions ">=2.3 && <2.9".
system-filepath = dontCheck super.system-filepath;
}

Loading…
Cancel
Save