Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ghc
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7983

Added Files:
        ghc-parsec.info 
Log Message:
ghc-parsec 3.1.3

--- NEW FILE: ghc-parsec.info ---
Package: ghc-parsec
Version: 3.1.3
Revision: 1
Source: http://hackage.haskell.org/packages/archive/parsec/%v/parsec-%v.tar.gz
Source-MD5: d72fc94b81153132c61125a1ec52a4a5
SourceDirectory: parsec-%v

Depends: ghc (<< 7.6.4-1), ghc-mtl, ghc-text

CompileScript: <<
runghc Setup.hs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.hs build
runghc Setup.hs haddock
runghc Setup.hs register --gen-script
runghc Setup.hs unregister --gen-script
<<
InstallScript: runghc Setup.hs copy --destdir=%d

DocFiles: CHANGES LICENSE register.sh unregister.sh

PostInstScript: %p/share/doc/%n/register.sh
PreRmScript: sh %p/share/doc/%n/unregister.sh --force

Description: Monadic parser combinators
DescDetail: <<
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.
<<
Homepage: http://hackage.haskell.org/package/parsec
License: BSD
Maintainer: Brendan Cully <bren...@finkproject.org>


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to