Skip to content

Commit

Permalink
Merge pull request snoyberg#150 from tebello-thejane/patch-2
Browse files Browse the repository at this point in the history
Haddock is rendering "port" in italics due to the slashes.
  • Loading branch information
snoyberg committed Aug 11, 2015
2 parents 079448d + 02159db commit e0ebce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-client/Network/HTTP/Client/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ data HttpException = StatusCodeException Status ResponseHeaders CookieJar
-- on this, see:
--
-- <https://github.com/snoyberg/http-client/commit/b86b1cdd91e56ee33150433dedb32954d2082621#commitcomment-10718689>
| FailedConnectionException2 String Int Bool SomeException -- ^ host/port/secure
| FailedConnectionException2 String Int Bool SomeException -- ^ host\/port\/secure
| ExpectedBlankAfter100Continue
| InvalidStatusLine S.ByteString
| InvalidHeader S.ByteString
Expand Down

0 comments on commit e0ebce7

Please sign in to comment.