http-client-openssl 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+12/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +9/−0
- http-client-openssl.cabal +3/−3
+ README.md view
@@ -0,0 +1,9 @@+http-client-openssl+===================++Full tutorial docs on the http-client package set are available at:+https://github.com/commercialhaskell/jump/blob/master/doc/http-client.md++This package is an alternative to+[http-client-tls](https://www.stackage.org/package/http-client-tls) for those+wishing to make secure connections with the OpenSSL library.
http-client-openssl.cabal view
@@ -1,7 +1,7 @@ name: http-client-openssl-version: 0.2.0.1+version: 0.2.0.2 synopsis: http-client backend using the OpenSSL library.-description: Intended for use by higher-level libraries.+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 license: MIT license-file: LICENSE@@ -10,7 +10,7 @@ category: Network build-type: Simple cabal-version: >=1.10-extra-source-files: ChangeLog.md+extra-source-files: README.md ChangeLog.md library exposed-modules: Network.HTTP.Client.OpenSSL