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.
This commit is contained in:
Peter Simons 2017-02-12 13:59:12 +01:00
parent 7b96859cab
commit 0583ffb7c2

View file

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