[jhc] Re: ANNOUNCE: jhc 0.7.5

John Meacham john at repetae.net
Thu Jul 22 16:20:31 EDT 2010


On Thu, Jul 22, 2010 at 04:08:09PM +0200, Christian Maeder wrote:
> >  * Lots of libraries, now that I have a somewhat general script to
> >    cut through the cabal the following are now included with the default
> >    install
> 
> I would like to see the haskell98 part of parsec-2.

It's high on my list. in the meantime, dropping the attached .cabal file
in the lib/ext directory and adding an entry in the 'JHC_EXT_LIBS' field
in the Makefile.am should work to get parsec up and running.

        John

-- 
John Meacham - ⑆repetae.net⑆john⑈ - http://notanumber.net/
-------------- next part --------------
name:		parsec
version:	2.1.0.1
license:	BSD3
license-file:	LICENSE
author:		Daan Leijen <daan at cs.uu.nl>
maintainer:	Daan Leijen <daan at cs.uu.nl>
homepage:	http://www.cs.uu.nl/~daan/parsec.html
category:	Parsing
synopsis:	Monadic parser combinators
description:
    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.
exposed-modules:
    Text.ParserCombinators.Parsec.Error,
    Text.ParserCombinators.Parsec.Char,
    Text.ParserCombinators.Parsec.Combinator,
    Text.ParserCombinators.Parsec.Expr,
--    Text.ParserCombinators.Parsec.Perm,
    Text.ParserCombinators.Parsec.Pos,
    Text.ParserCombinators.Parsec.Prim,
    Text.ParserCombinators.Parsec
--  build-depends:	base
--  extensions:	ExistentialQuantification
--  if !impl(nhc98) {
--    extensions:	PolymorphicComponents
--    exposed-modules:
--      Text.ParserCombinators.Parsec.Language,
--      Text.ParserCombinators.Parsec.Token
--  }
--}


More information about the jhc mailing list