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:
@@ -844,4 +844,8 @@ self: super: {
|
|||||||
# https://github.com/aslatter/parsec/issues/68
|
# https://github.com/aslatter/parsec/issues/68
|
||||||
parsec = doJailbreak super.parsec;
|
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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user