mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +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
|
||||
-- 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"
|
||||
where
|
||||
add = tell . singleton . PackageName
|
||||
|
||||
Loading…
Reference in New Issue
Block a user