-- Initial soap.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: soap version: 0.1.0.1 synopsis: SOAP client tools description: Tools to build SOAP clients using xml-conduit. 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.8 library hs-source-dirs: src/ exposed-modules: Web.SOAP.Service Web.SOAP.Types -- other-modules: build-depends: base ==4.*, http-conduit, xml-conduit, iconv, text, unordered-containers