packages feed

soap-openssl 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+9/−4 lines, 2 filesdep ~HsOpenSSLdep ~basedep ~configuratorPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: HsOpenSSL, base, configurator, data-default, http-client, http-client-openssl, text

API changes (from Hackage documentation)

Files

changelog view
@@ -1,4 +1,9 @@+0.1.0.2:++  * Drop upper bounds entirely.+ 0.1.0.1:+   * Raise http-client upper boundary.  0.1:
soap-openssl.cabal view
@@ -1,5 +1,5 @@ name:                soap-openssl-version:             0.1.0.1+version:             0.1.0.2 synopsis:            TLS-enabled SOAP transport (using openssl bindings) description:   TLS-enabled SOAP transport (using openssl bindings)@@ -27,9 +27,9 @@   ghc-options:         -Wall   exposed-modules:     Network.SOAP.Transport.HTTP.OpenSSL   build-depends:       base >=4.6 && <5-                     , soap >= 0.2.2 && < 0.3-                     , http-client >= 0.2 && < 0.4-                     , http-client-openssl >= 0.2 && < 0.3+                     , soap >= 0.2.2+                     , http-client >= 0.2+                     , http-client-openssl >= 0.2                      , HsOpenSSL                      , text                      , configurator