mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-05 11:00:25 +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
|
-- https://github.com/jmillikin/haskell-filesystem/issues/3
|
||||||
add "system-filepath"
|
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
|
where
|
||||||
add = tell . singleton . PackageName
|
add = tell . singleton . PackageName
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user