Link to a Reddit comment

This commit is contained in:
Michael Snoyman 2014-09-18 11:12:20 +03:00
parent dd79d04ef9
commit 09eab2dc9f

View File

@ -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