http-client 0.5.3.4 → 0.5.4
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- Network/HTTP/Client/Types.hs +1/−1
- http-client.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.5.4++* Derive ‘Eq’ for ‘ResponseTimeout’ [#239](https://github.com/snoyberg/http-client/pull/239)+ ## 0.5.3.4 * Doc improvements
Network/HTTP/Client/Types.hs view
@@ -547,7 +547,7 @@ = ResponseTimeoutMicro !Int | ResponseTimeoutNone | ResponseTimeoutDefault- deriving Show+ deriving (Eq, Show) instance Show Request where show x = unlines
http-client.cabal view
@@ -1,5 +1,5 @@ name: http-client-version: 0.5.3.4+version: 0.5.4 synopsis: An HTTP client engine description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/http-client>. homepage: https://github.com/snoyberg/http-client