# $Id$ PortSystem 1.0 PortGroup haskell 1.0 haskell.setup parsec 3.1.3 license BSD maintainers gmail.com:mdippery description Monadic parser combinators for Haskell long_description Parsec is designed from scratch as an industrial-strength \ parser library. It is simple, safe, well documented, has \ extensive libraries and good error messages, and is also \ fast. It is defined as a monad transformer that can be \ stacked on arbitrary monads, and it is also parametric \ in the input stream type. platforms darwin checksums sha256 9f14bb4da77eb9b0e4dbe8112559ed49409b0af8e9aef5d08941dd97e37fc4a8 \ rmd160 b1b407b27f5642142bfa619b31abd7a8cafe11ce depends_lib port:hs-text \ port:hs-mtl