From 8c9f2e8aed50cc21d71519b1f0e80364d4d8a311 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 20 Feb 2013 08:02:44 +0200 Subject: [PATCH] crypto-conduit tests do not compile meteficha/crypto-conduit#16 --- Stackage/Config.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 9a2f68d9..11358373 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -57,6 +57,9 @@ defaultExpectedFailures = fromList $ map PackageName -- https://github.com/simonmar/monad-par/issues/28 , "monad-par" + + -- https://github.com/meteficha/crypto-conduit/issues/16 + , "crypto-conduit" ] -- | List of packages for our stable Hackage. All dependencies will be