Reenable some tests

This commit is contained in:
Michael Snoyman 2014-09-09 09:02:35 +03:00
parent f7c9b9b4b9
commit a18dc80055

View File

@ -183,14 +183,7 @@ defaultExpectedFailures ghcVer = execWriter $ do
-- Requires too new a version of time
when (ghcVer < GhcMajorVersion 7 8) $ add "cookie"
-- Restrictive checkers upper bound in test suite
add "incremental-parser"
-- Restrictive QuickCheck upper bound in test suite
add "uuid"
-- https://github.com/fpco/stackage/issues/285
add "arbtt"
add "diagrams-haddock"
add "scientific"
add "json-schema"