name: xml-types version: 0.3.6 synopsis: Basic types for representing XML license: MIT license-file: COPYING author: John Millikin maintainer: Stephen Paul Weber build-type: Simple cabal-version: >= 1.6 category: Text, XML stability: experimental homepage: https://git.singpolyma.net/xml-types-haskell bug-reports: mailto:dev@singpolyma.net source-repository head type: git location: https://git.singpolyma.net/xml-types-haskell source-repository this type: git location: https://git.singpolyma.net/xml-types-haskell tag: xml-types_0.3.6 library ghc-options: -Wall hs-source-dirs: lib if impl(ghc >= 7.2) extensions: DeriveGeneric, StandaloneDeriving if impl(ghc >= 7.2) && impl(ghc < 7.6) build-depends: ghc-prim build-depends: base >= 3.0 && < 5.0 , deepseq >= 1.1.0.0 , text exposed-modules: Data.XML.Types