http-client 0.4.26.1 → 0.4.26.2
raw patch · 3 files changed
+8/−1 lines, 3 filesdep ~base
Dependency ranges changed: base
Files
- ChangeLog.md +4/−0
- Network/HTTP/Client/Core.hs +3/−0
- http-client.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.4.26.2++* Fix compilation for GHC 7.4+ ## 0.4.26.1 * Fix compilation for GHC < 7.10
Network/HTTP/Client/Core.hs view
@@ -12,6 +12,9 @@ , httpRedirect ) where +#if !MIN_VERSION_base(4,6,0)+import Prelude hiding (catch)+#endif import Network.HTTP.Types import Network.HTTP.Client.Manager import Network.HTTP.Client.Types
http-client.cabal view
@@ -1,5 +1,5 @@ name: http-client-version: 0.4.26.1+version: 0.4.26.2 synopsis: An HTTP client engine, intended as a base layer for more user-friendly packages. 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