soap-tls 0.1.1.1 → 0.1.1.2
raw patch · 2 files changed
+10/−6 lines, 2 filesdep ~basedep ~configuratordep ~connectionPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, configurator, connection, data-default, http-client, http-client-tls, text, tls, x509, x509-store, x509-validation
API changes (from Hackage documentation)
Files
- changelog +4/−0
- soap-tls.cabal +6/−6
changelog view
@@ -1,3 +1,7 @@+0.1.1.3:++ * Drop upper bounds entirely.+ 0.1.1.1: * Raise http-client upper boundary.
soap-tls.cabal view
@@ -1,5 +1,5 @@ name: soap-tls-version: 0.1.1.1+version: 0.1.1.2 synopsis: TLS-enabled SOAP transport (using tls package) description: TLS-enabled SOAP transport (using tls package)@@ -27,11 +27,11 @@ ghc-options: -Wall exposed-modules: Network.SOAP.Transport.HTTP.TLS build-depends: base >=4.6 && <5- , soap >= 0.2.2 && < 0.3- , http-client >= 0.2 && < 0.4- , http-client-tls >= 0.2 && < 0.3- , tls >= 1.2 && < 2- , connection >= 0.2 && < 0.3+ , soap >= 0.2.2+ , http-client >= 0.2+ , http-client-tls >= 0.2+ , tls >= 1.2+ , connection >= 0.2 , x509 , x509-store , x509-validation