soap-tls 0.1.1.4 → 0.2.0.0
raw patch · 2 files changed
+22/−16 lines, 2 filesdep +crypton-connectiondep +crypton-x509dep +crypton-x509-storedep −connectiondep −x509dep −x509-storedep ~http-client-tlsdep ~tlsPVP ok
version bump matches the API change (PVP)
Dependencies added: crypton-connection, crypton-x509, crypton-x509-store, crypton-x509-validation
Dependencies removed: connection, x509, x509-store, x509-validation
Dependency ranges changed: http-client-tls, tls
API changes (from Hackage documentation)
Files
- changelog +6/−0
- soap-tls.cabal +16/−16
changelog view
@@ -1,3 +1,9 @@+0.2.0.0:++ ! Dependecies switched to the crypton-land.+ * runQueryM: request produced by parsing are now preserved.+ This allows to keep Auth header from parsing the URL.+ 0.1.1.4: * Remove redundant with base-4.11 monoid import.
soap-tls.cabal view
@@ -1,5 +1,5 @@ name: soap-tls-version: 0.1.1.4+version: 0.2.0.0 synopsis: TLS-enabled SOAP transport (using tls package) description: TLS-enabled SOAP transport (using tls package)@@ -11,12 +11,12 @@ > > -- the rest is the same as before... -homepage: https://bitbucket.org/dpwiz/haskell-soap+homepage: https://gitlab.com/dpwiz/haskell-soap license: MIT license-file: LICENSE-author: Alexander Bondarenko+author: IC Rainbow maintainer: aenor.realm@gmail.com--- copyright:+copyright: (c) 2013-2025 IC Rainbow category: Web build-type: Simple cabal-version: >=1.10@@ -27,18 +27,18 @@ ghc-options: -Wall exposed-modules: Network.SOAP.Transport.HTTP.TLS build-depends:- base >= 4.8 && <5- , soap >= 0.2.2 && < 0.3- , configurator >= 0.3 && < 1.0- , connection >= 0.2.5 && < 0.3- , data-default >= 0.5.3 && < 1.0- , http-client >= 0.2 && < 1.0- , http-client-tls >= 0.2.4 && < 0.4- , text >= 1.2.2.1 && < 1.3- , tls >= 1.3.8 && < 2.0- , x509 >= 1.6.3 && < 2.0- , x509-store >= 1.6.1 && < 2.0- , x509-validation >= 1.6.3 && < 2.0+ base >= 4.8 && <5+ , soap >= 0.2.2 && < 0.3+ , configurator >= 0.3 && < 1.0+ , crypton-connection >= 0.3.0 && < 0.5+ , data-default >= 0.5.3 && < 1.0+ , http-client >= 0.2 && < 1.0+ , http-client-tls >= 0.2.4 && < 0.4+ , text >= 1.2.2.1 && < 3+ , tls >= 2.0.0 && < 3.0+ , crypton-x509 >= 1.6.3 && < 2.0+ , crypton-x509-store >= 1.6.1 && < 2.0+ , crypton-x509-validation >= 1.6.3 && < 2.0 hs-source-dirs: src default-language: Haskell2010