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:
parent
7b96859cab
commit
0583ffb7c2
@ -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…
x
Reference in New Issue
Block a user