From ec564743b0a878cfb68ad2381053d7d6d6f8a031 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Dec 2012 09:09:40 +0200 Subject: [PATCH] Add unix-time to expected failures (#24) --- Stackage/Config.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 48557bf9..86859def 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -44,6 +44,9 @@ defaultExpectedFailures = fromList $ map PackageName -- http://hackage.haskell.org/trac/hackage/ticket/954 , "diagrams" + + -- https://github.com/fpco/stackage/issues/24 + , "unix-time" ] -- | List of packages for our stable Hackage. All dependencies will be