Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/libraries/HaXml/HaXml.cabal

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


name:		HaXml
version:	1.19.2
ghc-options:	-DVERSION="1.19.2"
cc-options:	-DVERSION="1.19.2"
nhc98-options:	-K10M
license:	LGPL
license-file:	COPYRIGHT
author:		Malcolm Wallace <Malcolm.Wallace@cs.york.ac.uk>
maintainer:	author
homepage:	http://www.cs.york.ac.uk/fp/HaXml/
category:	Text, XML
synopsis:	Utilities for manipulating XML documents
description:
	Haskell utilities for parsing, filtering, transforming and
	generating XML documents.
exposed-modules:
	Text.XML.HaXml,
	Text.XML.HaXml.ByteStringPP,
	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.Html.Generate,
	Text.XML.HaXml.Html.Parse,
	Text.XML.HaXml.Html.ParseLazy,
	Text.XML.HaXml.Html.Pretty,
	Text.XML.HaXml.Lex,
	Text.XML.HaXml.OneOfN,
	Text.XML.HaXml.Parse,
	Text.XML.HaXml.ParseLazy,
	Text.XML.HaXml.Posn,
	Text.XML.HaXml.Pretty,
	Text.XML.HaXml.SAX,
	Text.XML.HaXml.ShowXmlLazy,
	Text.XML.HaXml.Types,
	Text.XML.HaXml.TypeMapping,
	Text.XML.HaXml.Validate,
	Text.XML.HaXml.Verbatim,
	Text.XML.HaXml.Wrappers,
	Text.XML.HaXml.XmlContent,
	Text.XML.HaXml.Xtract.Combinators,
	Text.XML.HaXml.Xtract.Lex,
	Text.XML.HaXml.Xtract.Parse
hs-source-dirs:	src
build-depends:	base, haskell98, polyparse, pretty, fps, QuickCheck, random
extensions:	CPP

Executable: Canonicalise
GHC-Options: -Wall -O2
Extensions:  CPP
Hs-Source-Dirs: src/tools, src
Main-Is: Canonicalise.hs

Executable: CanonicaliseLazy
GHC-Options: -Wall -O2
Extensions:  CPP
Hs-Source-Dirs: src/tools, src
Main-Is: CanonicaliseLazy.hs

Executable: Xtract
GHC-Options: -Wall -O2
Extensions:  CPP
Hs-Source-Dirs: src/tools, src
Main-Is: Xtract.hs

Executable: XtractLazy
GHC-Options: -Wall -O2
Extensions:  CPP
Hs-Source-Dirs: src/tools, src
Main-Is: XtractLazy.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

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.