Cabal revisions of soap-openssl-0.1.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: soap-openssl-version: 0.1.0.2-synopsis: TLS-enabled SOAP transport (using openssl bindings)-description:- TLS-enabled SOAP transport (using openssl bindings)- .- > main = withOpenSSL $ do- > -- Initial one-time preparations.- > settings <- makeSettings (Just ("client.crt", "client.key"))- > transport <- initTransportWith settings "http://example.com/soap/endpoint" id (iconv "cp-1251")- >- > -- the rest is the same as before...--homepage: https://bitbucket.org/dpwiz/haskell-soap-license: MIT-license-file: LICENSE-author: Alexander Bondarenko-maintainer: aenor.realm@gmail.com--- copyright: -category: Web-build-type: Simple-cabal-version: >=1.10-extra-source-files: - changelog--library- ghc-options: -Wall- exposed-modules: Network.SOAP.Transport.HTTP.OpenSSL- build-depends: base >=4.6 && <5- , soap >= 0.2.2- , http-client >= 0.2- , http-client-openssl >= 0.2- , HsOpenSSL- , text- , configurator- , data-default-- hs-source-dirs: src- default-language: Haskell2010- default-extensions: OverloadedStrings+name: soap-openssl +version: 0.1.0.2 +x-revision: 1 +synopsis: TLS-enabled SOAP transport (using openssl bindings) +description: + TLS-enabled SOAP transport (using openssl bindings) + . + > main = withOpenSSL $ do + > -- Initial one-time preparations. + > settings <- makeSettings (Just ("client.crt", "client.key")) + > transport <- initTransportWith settings "http://example.com/soap/endpoint" id (iconv "cp-1251") + > + > -- the rest is the same as before... + +homepage: https://bitbucket.org/dpwiz/haskell-soap +license: MIT +license-file: LICENSE +author: Alexander Bondarenko +maintainer: aenor.realm@gmail.com +-- copyright: +category: Web +build-type: Simple +cabal-version: >=1.10 +extra-source-files: + changelog + +library + ghc-options: -Wall + exposed-modules: Network.SOAP.Transport.HTTP.OpenSSL + build-depends: + base >=4.8 && <5 + , soap >= 0.2.2 && < 0.3 + , configurator >= 0.3 && < 1.0 + , data-default >= 0.5.3 && < 1.0 + , HsOpenSSL >= 0.11.1.1 && < 0.12 + , http-client >= 0.2 && < 1.0 + , http-client-openssl >= 0.2.0.2 && < 0.3 + , text >= 1.2.2.1 && < 1.3 + + hs-source-dirs: src + default-language: Haskell2010 + default-extensions: OverloadedStrings
revision 2
name: soap-openssl version: 0.1.0.2 -x-revision: 1 +x-revision: 2 synopsis: TLS-enabled SOAP transport (using openssl bindings) description: TLS-enabled SOAP transport (using openssl bindings) ghc-options: -Wall exposed-modules: Network.SOAP.Transport.HTTP.OpenSSL build-depends: - base >=4.8 && <5 + base >= 4.8 && <5 , soap >= 0.2.2 && < 0.3 , configurator >= 0.3 && < 1.0 , data-default >= 0.5.3 && < 1.0 , HsOpenSSL >= 0.11.1.1 && < 0.12 , http-client >= 0.2 && < 1.0 - , http-client-openssl >= 0.2.0.2 && < 0.3 + , http-client-openssl >= 0.2.0.2 && < 0.4 , text >= 1.2.2.1 && < 1.3 hs-source-dirs: src
revision 3
name: soap-openssl version: 0.1.0.2 -x-revision: 2 +x-revision: 3 synopsis: TLS-enabled SOAP transport (using openssl bindings) description: TLS-enabled SOAP transport (using openssl bindings) , HsOpenSSL >= 0.11.1.1 && < 0.12 , http-client >= 0.2 && < 1.0 , http-client-openssl >= 0.2.0.2 && < 0.4 - , text >= 1.2.2.1 && < 1.3 + , text >= 1.2.2.1 && < 2.1 hs-source-dirs: src default-language: Haskell2010
revision 4
name: soap-openssl version: 0.1.0.2 -x-revision: 3 +x-revision: 4 synopsis: TLS-enabled SOAP transport (using openssl bindings) description: TLS-enabled SOAP transport (using openssl bindings) , HsOpenSSL >= 0.11.1.1 && < 0.12 , http-client >= 0.2 && < 1.0 , http-client-openssl >= 0.2.0.2 && < 0.4 - , text >= 1.2.2.1 && < 2.1 + , text >= 1.2.2.1 && < 3 hs-source-dirs: src default-language: Haskell2010
revision 5
name: soap-openssl version: 0.1.0.2 -x-revision: 4 +x-revision: 5 synopsis: TLS-enabled SOAP transport (using openssl bindings) description: TLS-enabled SOAP transport (using openssl bindings) > > -- 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 -extra-source-files: +extra-source-files: changelog library , HsOpenSSL >= 0.11.1.1 && < 0.12 , http-client >= 0.2 && < 1.0 , http-client-openssl >= 0.2.0.2 && < 0.4 - , text >= 1.2.2.1 && < 3 + , text >= 1.2.2.1 && < 3 hs-source-dirs: src default-language: Haskell2010