Haskell ListLike and yesod-static have their test suites broken by HUnit 1.3.x.

This commit is contained in:
Peter Simons 2015-09-06 20:38:17 +02:00
parent 29114ce8a1
commit eb860e488a

View file

@ -1026,4 +1026,8 @@ self: super: {
# https://github.com/pxqr/base32-bytestring/issues/4
base32-bytestring = dontCheck super.base32-bytestring;
# Broken by HUnit 1.3.x
ListLike = dontCheck super.ListLike;
yesod-static = dontCheck super.yesod-static;
}