aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-polyparse/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-polyparse/pkg-descr')
-rw-r--r--textproc/hs-polyparse/pkg-descr7
1 files changed, 0 insertions, 7 deletions
diff --git a/textproc/hs-polyparse/pkg-descr b/textproc/hs-polyparse/pkg-descr
deleted file mode 100644
index d01bbdceae5f..000000000000
--- a/textproc/hs-polyparse/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-A variety of alternative parser combinator libraries, including the original
-HuttonMeijer set. The Poly sets have features like good error reporting,
-arbitrary token type, running state, lazy parsing, and so on. Finally,
-Text.Parse is a proposed replacement for the standard Read class, for
-better deserialisation of Haskell values from Strings.
-
-WWW: http://code.haskell.org/~malcolm/polyparse/