# $Id: Portfile 65666 2010-03-30 03:07:54Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               haskell 1.0

haskell.setup           polyparse 1.4
maintainers             nomaintainer
platforms               darwin

description             a variety of alternative parser combinator libraries

long_description        polyparse is ${description}, 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.

checksums               md5     1783867124b49eefdbdc9ac39caf3174 \
                        sha1    727905ec2fd1aa8bee88767dee17943fc2a290f6 \
                        rmd160  d963743b1efdc784692b00821bd9aabb72b1a2a8

depends_lib             port:ghc

universal_variant       no
