mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Add expected failure for singletons
This commit is contained in:
parent
14dcb3ab72
commit
27a7a8bfb6
@ -181,6 +181,9 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
||||
-- No AWS creds available
|
||||
add "aws"
|
||||
|
||||
-- Not sure why...
|
||||
add "singletons"
|
||||
|
||||
where
|
||||
add = tell . singleton . PackageName
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user