From 503ee9e0f311dc7fa3749fb644abe73256d7d506 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 30 Apr 2013 11:25:05 +0300 Subject: [PATCH] hashable is expected to fail #67 --- Stackage/Config.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index eb1a17f1..09819090 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -72,6 +72,9 @@ defaultExpectedFailures = fromList $ map PackageName -- Requires a Facebook app. , "fb" + + -- https://github.com/tibbe/hashable/issues/64 + , "hashable" ] -- | List of packages for our stable Hackage. All dependencies will be