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