From 6eb18c270cc1792178fad2be639c938e2ec56048 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 26 Nov 2012 14:43:43 +0200 Subject: [PATCH] Some expected failures --- Stackage/Config.hs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 565d754f..89c6d47e 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -37,6 +37,22 @@ expectedFailures = fromList $ map PackageName -- The version of GLUT included with the HP does not generate -- documentation correctly. , "GLUT" + + -- https://github.com/bos/statistics/issues/42 + , "statistics" + + -- https://github.com/kazu-yamamoto/unix-time/issues/4 + , "unix-time" + + -- https://github.com/kazu-yamamoto/simple-sendfile/pull/10 + , "simple-sendfile" + + -- https://github.com/alanz/hjsmin/pull/11 + , "hjsmin" + + -- Michael emailed Dominic about bumping version numbers, but no new + -- release has yet been made. + , "largeword" ] -- | List of packages for our stable Hackage. All dependencies will be