diff options
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 0000000000..57162eee3c --- /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 |