Skip hspec2 and hspec-wai tests

This commit is contained in:
Michael Snoyman 2014-08-29 05:51:30 +03:00
parent 9301f5524f
commit 9a29a987f7

View File

@ -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"