HTTP 4000.3.4 → 4000.3.5
raw patch · 1 files changed
+10/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- HTTP.cabal +10/−1
HTTP.cabal view
@@ -1,5 +1,5 @@ Name: HTTP-Version: 4000.3.4+Version: 4000.3.5 Cabal-Version: >= 1.8 Build-type: Simple License: BSD3@@ -40,6 +40,15 @@ > setAllowRedirects True -- handle HTTP redirects > request $ getRequest "http://www.haskell.org/" > return (take 100 (rspBody rsp))+ .+ __Note:__ This package does not support HTTPS connections.+ If you need HTTPS, take a look at the following packages:+ .+ * [http-streams](http://hackage.haskell.org/package/http-streams)+ * [http-client](http://hackage.haskell.org/package/http-client) (in combination with+ [http-client-tls](http://hackage.haskell.org/package/http-client-tls))+ * [req](http://hackage.haskell.org/package/req)+ * [wreq](http://hackage.haskell.org/package/wreq) Extra-Source-Files: CHANGES