mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-06 03:17:29 +01:00
Link to a Reddit comment
This commit is contained in:
parent
dd79d04ef9
commit
09eab2dc9f
@ -205,6 +205,8 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
|||||||
|
|
||||||
-- For some unknown reason, doctest has trouble on GHC 7.6. This only
|
-- For some unknown reason, doctest has trouble on GHC 7.6. This only
|
||||||
-- happens during a Stackage test.
|
-- happens during a Stackage test.
|
||||||
|
--
|
||||||
|
-- See: http://www.reddit.com/r/haskell/comments/2go92u/beginner_error_messages_in_c_vs_haskell/cklaspk
|
||||||
when (ghcVer == GhcMajorVersion 7 8) $ add "http-types"
|
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