./wip/hs-parsec, Monadic parser combinators

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.1.3, Package name: hs-parsec-3.1.3, Maintainer: pho

Parsec is designed from scratch as an industrial-strength parser
library. It is simple, safe, well documented (on the package
homepage), 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.


Required to build:
[devel/pkg-config]

Master sites:

SHA1: 15db33ed093d8fd53a78a7885f3be8515b470627
RMD160: b1b407b27f5642142bfa619b31abd7a8cafe11ce
Filesize: 27.213 KB

Version history: (Expand)


CVS history: (Expand)


   2013-01-15 13:06:10 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to parsec-3.1.3

   2012-02-11 05:13:15 by PHO / phonohawk | Files touched by this commit (4) | Package updated
Log message:
Upstream update to hs-parsec-3.1.2

   2010-12-30 08:47:25 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to parsec-3.1.0

   2009-10-11 12:44:40 by Thomas Klausner | Files touched by this commit (286)
Log message:
Remove obsolete @dirrm lines.
   2009-09-23 10:59:56 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to parsec-3.0.1

   2009-07-27 00:58:24 by PHO / phonohawk | Files touched by this commit (1)
Log message:
Added LICENSE line

   2009-06-02 09:06:30 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-parsec-3.0.0 as wip/hs-parsec.

Parsec is designed from scratch as an industrial-strength parser
library. It is simple, safe, well documented (on the package
homepage), 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.