From 7eea5fca938819c17c5c1e914087a0e80ea9206d Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Tue, 19 Feb 2013 14:21:40 +0000 Subject: [PATCH] Add "monad-par" to defaultExpectedFailures --- Stackage/Config.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index a23bd722..30a9d028 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -54,6 +54,9 @@ defaultExpectedFailures = fromList $ map PackageName -- Tests require shell script and are incompatible with sandboxed package -- databases , "HTF" + + -- https://github.com/simonmar/monad-par/issues/28 + , "monad-par" ] -- | List of packages for our stable Hackage. All dependencies will be