wsdl-0.1.0.0: wsdl.cabal
-- Initial wsdl.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: wsdl
version: 0.1.0.0
synopsis: WSDL parsing in Haskell
description:
DO NOT USE, UNSTABLE AND INCOMPLETE.
.
This library provides a definition of, parsing and [TODO] generation of WSDL documents.
license: GPL-3
license-file: LICENSE
author: Jude Taylor
maintainer: me@jude.bio
category: XML
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/pikajude/hs-wsdl.git
library
exposed-modules: Text.XML.WSDL.Types
Text.XML.WSDL.Parser
build-depends: base >= 4.7 && < 5
, bytestring
, conduit
, exceptions
, mtl
, network-uri
, resourcet
, text
, xml-conduit
, xml-types
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
test-suite spec
type: exitcode-stdio-1.0
main-is: hspec.hs
hs-source-dirs: tests
build-depends: base, bytestring, file-embed, hspec, network-uri, wsdl