name: xml-types
version: 0.3.6
synopsis: Basic types for representing XML
license: MIT
license-file: COPYING
author: John Millikin <jmillikin@gmail.com>
maintainer: Stephen Paul Weber <singpolyma@singpolyma.net>
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
build-depends:
base >= 3.0 && < 5.0
, deepseq >= 1.1.0.0
, text
exposed-modules:
Data.XML.Types