mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Skip http-types test for GHC 7.6
This commit is contained in:
parent
7eec5ff5c2
commit
dd79d04ef9
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user