diff options
author | S. Randall Sawyer <srandallsawyer@gmail.com> | 2013-06-19 22:05:47 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-19 22:05:47 -0300 |
commit | 5200be1276940197d900cc674457097b7b5360e6 (patch) | |
tree | 0fc466ef3c540a5ad1ace27884ba51b55530944c /haskell/haskell-hxt/README | |
parent | 64dd721dd6b07cb99dc69b9ea0103b632ab9866c (diff) |
haskell/haskell-hxt: Added (Haskell XML Toolbox)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-hxt/README')
-rw-r--r-- | haskell/haskell-hxt/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/haskell/haskell-hxt/README b/haskell/haskell-hxt/README new file mode 100644 index 0000000000000..57162eee3c659 --- /dev/null +++ b/haskell/haskell-hxt/README @@ -0,0 +1,9 @@ +The Haskell XML Toolbox uses a generic data model for representing +XML documents including the DTD subset and the document subset. +It contains a validating XML parser, an HTML parser, namespace +support, an XPath expression evaluator, an XSLT library, a RelaxNG +schema validator and functions for serialization and deserialization +of user defined data. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |