From 52c3a30e0fbd3052af2812dedfafbba0d29787e1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 12 Sep 2013 10:14:14 +0300 Subject: [PATCH] Skip test due to vincenthz/hs-crypto-cipher#36 --- Stackage/Config.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index f2dd239f..67c271b2 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -100,6 +100,9 @@ defaultExpectedFailures _ = fromList $ map PackageName -- https://github.com/IreneKnapp/direct-sqlite/issues/32 , "direct-sqlite" + + -- https://github.com/vincenthz/hs-crypto-cipher/issues/36 + , "crypto-cipher-tests" ] -- | List of packages for our stable Hackage. All dependencies will be