Haskell ListLike and yesod-static have their test suites broken by HUnit 1.3.x.
This commit is contained in:
parent
29114ce8a1
commit
eb860e488a
@ -1026,4 +1026,8 @@ self: super: {
|
|||||||
# https://github.com/pxqr/base32-bytestring/issues/4
|
# https://github.com/pxqr/base32-bytestring/issues/4
|
||||||
base32-bytestring = dontCheck super.base32-bytestring;
|
base32-bytestring = dontCheck super.base32-bytestring;
|
||||||
|
|
||||||
|
# Broken by HUnit 1.3.x
|
||||||
|
ListLike = dontCheck super.ListLike;
|
||||||
|
yesod-static = dontCheck super.yesod-static;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user