name: HaXml version: 1.13.2 x-revision: 1 license: LGPL license-file: COPYRIGHT author: Malcolm Wallace homepage: http://www.cs.york.ac.uk/fp/HaXml/ category: Text synopsis: Utilities for manipulating XML documents description: Haskell utilities for parsing, filtering, transforming and generating XML documents. exposed-modules: Text.ParserCombinators.HuttonMeijerWallace, Text.XML.HaXml, Text.XML.HaXml.Combinators, Text.XML.HaXml.DtdToHaskell.Convert, Text.XML.HaXml.DtdToHaskell.Instance, Text.XML.HaXml.DtdToHaskell.TypeDef, Text.XML.HaXml.Escape, Text.XML.HaXml.Haskell2Xml, Text.XML.HaXml.Html.Generate, Text.XML.HaXml.Html.Parse, Text.XML.HaXml.Html.Pretty, Text.XML.HaXml.Lex, Text.XML.HaXml.OneOfN, Text.XML.HaXml.Parse, Text.XML.HaXml.Pretty, Text.XML.HaXml.Types, Text.XML.HaXml.Validate, Text.XML.HaXml.Verbatim, Text.XML.HaXml.Wrappers, Text.XML.HaXml.Xml2Haskell, Text.XML.HaXml.Xtract.Combinators, Text.XML.HaXml.Xtract.Lex, Text.XML.HaXml.Xtract.Parse hs-source-dir: src build-depends: base < 3, haskell98 extensions: CPP Executable: Canonicalise GHC-Options: -Wall -O2 Extensions: CPP Hs-Source-Dirs: src/tools, src Main-Is: Canonicalise.hs Executable: Xtract GHC-Options: -Wall -O2 Extensions: CPP Hs-Source-Dirs: src/tools, src Main-Is: Xtract.hs Executable: Validate GHC-Options: -Wall -O2 Extensions: CPP Hs-Source-Dirs: src/tools, src Main-Is: Validate.hs Executable: MkOneOf GHC-Options: -Wall -O2 Extensions: CPP Hs-Source-Dirs: src/tools, src Main-Is: MkOneOf.hs Executable: DtdToHaskell GHC-Options: -Wall -O2 Extensions: CPP Hs-Source-Dirs: src/tools, src Main-Is: DtdToHaskell.hs