aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-hexpat/pkg-descr
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
commitf6f83c9efc2c46d2970746758e2c682bb8a518ec (patch)
tree290f2ea61305744bf0f477895c56b92acaeb361f /textproc/hs-hexpat/pkg-descr
parentaf071cfdc1f8578bd1523b823e683074a3139a34 (diff)
Notes
Diffstat (limited to 'textproc/hs-hexpat/pkg-descr')
-rw-r--r--textproc/hs-hexpat/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/hs-hexpat/pkg-descr b/textproc/hs-hexpat/pkg-descr
new file mode 100644
index 000000000000..c62d6b3191c6
--- /dev/null
+++ b/textproc/hs-hexpat/pkg-descr
@@ -0,0 +1,6 @@
+This package provides a general purpose Haskell XML library using Expat
+to do its parsing (a fast stream-oriented XML parser written in C). It
+is extensible to any string type, with String, ByteString and Text
+provided out of the box.
+
+WWW: http://haskell.org/haskellwiki/Hexpat/