http-client-openssl 0.2.0.3 → 0.2.0.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
- README.md +1/−1
- http-client-openssl.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.2.0.4++* Minor doc updates+ ## 0.2.0.3 * Simplified a test case
README.md view
@@ -2,7 +2,7 @@ =================== Full tutorial docs on the http-client package set are available at:-https://github.com/commercialhaskell/jump/blob/master/doc/http-client.md+https://haskell-lang.org/library/http-client This package is an alternative to [http-client-tls](https://www.stackage.org/package/http-client-tls) for those
http-client-openssl.cabal view
@@ -1,5 +1,5 @@ name: http-client-openssl-version: 0.2.0.3+version: 0.2.0.4 synopsis: http-client backend using the OpenSSL library. 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