haskell-ng: disable ABList test suite to fix the build
This commit is contained in:
parent
3e64a6e382
commit
cfc2aeaa91
@ -97,6 +97,9 @@ self: super: {
|
|||||||
# The test suite imposes too narrow restrictions on the version of
|
# The test suite imposes too narrow restrictions on the version of
|
||||||
# Cabal that can be used to build this package.
|
# Cabal that can be used to build this package.
|
||||||
cabal-test-quickcheck = dontCheck super.cabal-test-quickcheck;
|
cabal-test-quickcheck = dontCheck super.cabal-test-quickcheck;
|
||||||
|
|
||||||
|
# https://github.com/techtangents/ablist/issues/1
|
||||||
|
ABList = dontCheck super.ABList;
|
||||||
}
|
}
|
||||||
// {
|
// {
|
||||||
# Not on Hackage yet.
|
# Not on Hackage yet.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user