summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-tagsoup/README
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-tagsoup/README')
-rw-r--r--haskell/haskell-tagsoup/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/haskell/haskell-tagsoup/README b/haskell/haskell-tagsoup/README
new file mode 100644
index 0000000000..aa72b6d558
--- /dev/null
+++ b/haskell/haskell-tagsoup/README
@@ -0,0 +1,10 @@
+TagSoup is a library for parsing HTML/XML. It supports the HTML 5
+specification, and can be used to parse either well-formed XML, or
+unstructured and malformed HTML from the web. The library also provides
+useful functions to extract information from an HTML document, making it
+ideal for screen-scraping.
+
+This requires ghc and haskell-text.
+
+After uninstalling, run this command to unregister the package from
+the ghc package database: ghc-pkg recache