soap-openssl 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~http-client
Dependency ranges changed: http-client
Files
- changelog +3/−0
- soap-openssl.cabal +2/−2
changelog view
@@ -1,3 +1,6 @@+0.1.0.1:+ * Raise http-client upper boundary.+ 0.1: + Initial version.
soap-openssl.cabal view
@@ -1,5 +1,5 @@ name: soap-openssl-version: 0.1.0.0+version: 0.1.0.1 synopsis: TLS-enabled SOAP transport (using openssl bindings) description: TLS-enabled SOAP transport (using openssl bindings)@@ -28,7 +28,7 @@ exposed-modules: Network.SOAP.Transport.HTTP.OpenSSL build-depends: base >=4.6 && <5 , soap >= 0.2.2 && < 0.3- , http-client >= 0.2 && < 0.3+ , http-client >= 0.2 && < 0.4 , http-client-openssl >= 0.2 && < 0.3 , HsOpenSSL , text