# -*- 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
haskell.setup polyparse 1.9
checksums rmd160 07be0c999d94f1f5d914528b40fb3a601788141b \
sha256 9f12d6821594166af881941d6c346a6ad617eae18a0ee8659044ef163694708a
maintainers {cal @neverpanic} openmaintainer
description A variety of alternative parser combinator libraries
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.
depends_lib-append port:hs-text