           SPELL=haskell-polyparse
         VERSION=1.12.1
          SOURCE="polyparse-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE}
     SOURCE_HASH=sha512:2c165495c83874ece2b40326ad459ebe6fad3579c4246d8ae04e30cb5b7e1923b9dae796433cb814da772b099bc8422ce59df8e0857fda88d679ec308db16b85
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/polyparse-${VERSION}"
        WEB_SITE="http://code.haskell.org/~malcolm/polyparse/"
      LICENSE[0]=LGPL
         ENTERED=20120519
           SHORT="A variety of alternative parser combinator libraries."
cat << EOF
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.
EOF
