soap-0.1.0.3: soap.cabal
-- Initial soap.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: soap
version: 0.1.0.3
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/
ghc-options: -Wall -O2
exposed-modules:
Web.SOAP.Service
Web.SOAP.Types
-- other-modules:
build-depends:
base ==4.*,
http-conduit, resourcet, tls-extra,
xml-conduit,
iconv,
text,
unordered-containers