From 3abecdf061153124ef79accef3d67c4e3bb34f29 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 20 Feb 2013 11:02:51 +0200 Subject: [PATCH] Add some expected failures --- Stackage/Config.hs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 11358373..cebaf5dd 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -60,6 +60,12 @@ defaultExpectedFailures = fromList $ map PackageName -- https://github.com/meteficha/crypto-conduit/issues/16 , "crypto-conduit" + + -- Unfortunately network failures seem to happen haphazardly + , "network" + + -- https://github.com/ekmett/hyphenation/issues/1 + , "hyphenation" ] -- | List of packages for our stable Hackage. All dependencies will be