# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 104531 2013-03-27 05:22:34Z larryv@macports.org $

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       polyparse 1.8
license             LGPL-2.1
maintainers         nomaintainer
platforms           darwin

description         A variety of alternative parser combinator \
                    libraries.
long_description    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.

checksums           rmd160  33c45af0fd8e91c4cfffdec2a8cfd2f6d578ca94 \
                    sha256  96fbc3ce3c239c6ce566437e17dc98649982e72dc3edcb68ef5ee083b210d922

depends_lib-append  port:hs-text
