mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-02 09:30:28 +01:00
Add "monad-par" to defaultExpectedFailures
This commit is contained in:
parent
3b612807ec
commit
7eea5fca93
@ -54,6 +54,9 @@ defaultExpectedFailures = fromList $ map PackageName
|
|||||||
-- Tests require shell script and are incompatible with sandboxed package
|
-- Tests require shell script and are incompatible with sandboxed package
|
||||||
-- databases
|
-- databases
|
||||||
, "HTF"
|
, "HTF"
|
||||||
|
|
||||||
|
-- https://github.com/simonmar/monad-par/issues/28
|
||||||
|
, "monad-par"
|
||||||
]
|
]
|
||||||
|
|
||||||
-- | List of packages for our stable Hackage. All dependencies will be
|
-- | List of packages for our stable Hackage. All dependencies will be
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user