From 9a29a987f76d03c79dfa9a8dd687fdbb3775fc36 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 29 Aug 2014 05:51:30 +0300 Subject: [PATCH] Skip hspec2 and hspec-wai tests --- Stackage/Config.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index d2b22933..0b66f14a 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -184,6 +184,9 @@ defaultExpectedFailures ghcVer = execWriter $ do -- Not sure why... add "singletons" + add "hspec2" + add "hspec-wai" + -- Requires too new a version of time when (ghcVer < GhcMajorVersion 7 8) $ add "cookie"