diff options
Diffstat (limited to 'textproc/hs-parsec/pkg-descr')
-rw-r--r-- | textproc/hs-parsec/pkg-descr | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/textproc/hs-parsec/pkg-descr b/textproc/hs-parsec/pkg-descr index c2e9c7f00317..03d2fd02ff90 100644 --- a/textproc/hs-parsec/pkg-descr +++ b/textproc/hs-parsec/pkg-descr @@ -1,8 +1,7 @@ Parsec is designed from scratch as an industrial-strength parser -library. It is simple, safe, well documented (on the package -homepage), has extensive libraries and good error messages, and is -also fast. It is defined as a monad transformer that can be stacked -on arbitrary monads, and it is also parametric in the input stream -type. +library. It is simple, safe, well documented (on the package homepage), +has extensive libraries and good error messages, and is also fast. It +is defined as a monad transformer that can be stacked on arbitrary +monads, and it is also parametric in the input stream type. -WWW: http://legacy.cs.uu.nl/daan/parsec.html +WWW: http://www.cs.uu.nl/~daan/parsec.html |