name: xml-tydom-conduit version: 0.1.0.0 cabal-version: >=1.10 build-type: Simple license: BSD3 license-file: LICENSE copyright: 2017 Jonathan Merritt maintainer: j.s.merritt@gmail.com homepage: https://github.com/lancelet/xml-tydom synopsis: Typed XML encoding for an xml-conduit backend. description: Please see README.md category: Text, Web, XML author: Jonathan Merritt extra-source-files: README.md source-repository head type: git location: https://github.com/lancelet/xml-tydom library exposed-modules: Text.XML.TyDom.Conduit Text.XML.TyDom.Conduit.TH build-depends: base >=4.7 && <5, containers >=0.5.7.1, template-haskell >=2.11.0.0, text >=1.2.2.1, time >=1.6.0.1, xml-conduit >=1.3.5, xml-tydom-core >=0.1.0.0 default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall test-suite xml-tydom-conduit-test type: exitcode-stdio-1.0 main-is: Spec.hs build-depends: base >=4.7 && <5, QuickCheck >=2.8.2, quickcheck-instances >=0.3.12, tasty >=0.11.0.4, tasty-hunit >=0.9.2, tasty-quickcheck >=0.8.4, text >=1.2.2.1, time >=1.6.0.1, xml-conduit >=1.3.5, xml-tydom-conduit >=0.1.0.0 default-language: Haskell2010 hs-source-dirs: test other-modules: RoundTrips.Basics XMLSchemas.PurchaseOrder.Spec XMLSchemas.PurchaseOrder.Types ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N -fprint-potential-instances