Skip http-types test for GHC 7.6

This commit is contained in:
Michael Snoyman 2014-09-17 19:04:32 +03:00
parent 7eec5ff5c2
commit dd79d04ef9

View File

@ -202,6 +202,10 @@ defaultExpectedFailures ghcVer = execWriter $ do
-- https://github.com/jmillikin/haskell-filesystem/issues/3
add "system-filepath"
-- For some unknown reason, doctest has trouble on GHC 7.6. This only
-- happens during a Stackage test.
when (ghcVer == GhcMajorVersion 7 8) $ add "http-types"
where
add = tell . singleton . PackageName