           SPELL=haskell-polyparse
         VERSION=1.9
          SOURCE="polyparse-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/polyparse/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:80f7cc269c7082d256aa273ce668a8fd9f58b4827fa69e390d749a622d667d5c01b7ede3719d52408d3efa35de66928a3fa659f3798826a2d53222d8a8d9d7e6
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
