PACKAGE NAME: haskell-parsec-3.1.9-x86_64-1_slonly.txz PACKAGE MIRROR: http://packages.slackonly.com/pub/packages/current-x86_64/ PACKAGE LOCATION: ./haskell/haskell-parsec PACKAGE SIZE (compressed): 444 K PACKAGE SIZE (uncompressed): 5880 K PACKAGE REQUIRED: haskell-mtl,haskell-text PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: haskell-parsec: haskell-parsec (Monadic parser combinators for Haskell) haskell-parsec: haskell-parsec: Parsec is designed from scratch as an industrial-strength parser haskell-parsec: library. It is simple, safe, well documented, has extensive haskell-parsec: libraries and good error messages, and is also fast. It is defined haskell-parsec: as a monad transformer that can be stacked on arbitrary monads, and haskell-parsec: it is also parametric in the input stream type. haskell-parsec: haskell-parsec: http://hackage.haskell.org/package/parsec haskell-parsec: haskell-parsec: