name: xml-tydom-core 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 (core library). 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.Core.Generics Text.XML.TyDom.Core.Generics.Conv Text.XML.TyDom.Core.Generics.FromElem Text.XML.TyDom.Core.Generics.ToElem Text.XML.TyDom.Core.Generics.Types Text.XML.TyDom.Core.Types Text.XML.TyDom.Core.XMLInterface build-depends: base >=4.7 && <5, containers >=0.5.7.1, QuickCheck >=2.8.2, mtl >=2.2.1, text >=1.2.2.1 default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall