           SPELL=haskell-parsec
         VERSION=2.1.0.0
          SOURCE="parsec-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/parsec/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:35ca8202934d4530b4e371d272f744dbe5f3de72f1cc97522795ff5a7c4f0045addad5da9aa95c951a8adac26f022fe455dfcde164d66170367b6333705b20dc
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/parsec-${VERSION}"
        WEB_SITE="http://www.cs.uu.nl/~daan/parsec.html"
      LICENSE[0]=BSD3
         ENTERED=20071202
           SHORT="Monadic parser combinators"
cat << EOF
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.
EOF
