NOTICE: This package has been removed from pkgsrc

./wip/parsec, Monadic parser combinators

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.0.0nb1, Package name: hs-parsec-3.0.0nb1, 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 run:
[devel/gmp] [wip/hs-mtl]

Required to build:
[lang/ghc] [devel/pkg-config]

Master sites:

SHA1: 169f9d024bcefed6640656ef93ba697e9980ef8a
RMD160: 22e8bc558b0a539bdb179d00fa1b7780e1f2fd19
Filesize: 26.036 KB

Version history: (Expand)


CVS history: (Expand)


   2009-06-02 09:02:38 by PHO / phonohawk | Files touched by this commit (5) | Package removed
Log message:
-parsec
   2009-05-21 06:59:17 by PHO / phonohawk | Files touched by this commit (1)
Log message:
This package installs a Haskell library so its BUILDLINK_DEPMETHOD shouldn't be \ 
'build'.

   2009-03-20 20:43:38 by Jörg Sonnenberger | Files touched by this commit (284)
Log message:
Convert buildlink3.mk files to new world order.
   2009-02-10 06:32:42 by PHO / phonohawk | Files touched by this commit (2)
Log message:
parsec-3.0.0nb1: added profiling library

   2009-01-12 06:53:43 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import parsec-3.0.0 as wip/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.