[Haskell-fr] premier essai avec Parsec

Dan Popa popavdan at yahoo.com
Thu Aug 12 17:39:08 EDT 2010


Hi,

Parsec is actually separated in "pieces".
But if you are using modular parser combinators from Parsec or other functions, then is a good ideea to locate the exact module from where they belongs, and include it, as it was told. 
Use Hoogle to locate the needed module.

Make is forcing/instructing the compiler to find ALL the needed dependencies (modules) and compile them all.

If still in trouble, ask again.

Dan

--- On Tue, 8/10/10, Marc Chantreux <khatar at phear.org> wrote:

> From: Marc Chantreux <khatar at phear.org>
> Subject: Re: [Haskell-fr] premier essai avec Parsec
> To: "La liste Haskell Francophone" <haskell-fr at haskell.org>
> Date: Tuesday, August 10, 2010, 7:32 AM
> On Tue, Aug 10, 2010 at 11:05:47AM
> -0300, Guillaume Hoffmann wrote:
> > Je n'ai pas lu tes logs en détail mais as-tu essayé
> de rajouter le flag --make ?
> > 
> > ghc --make -lparsec ...
> 
> --make est nécessaire quand on link avec des libs qui ne
> sont pas
> écrites en haskell (comme readline par exemple). Il me
> semble que le pb
> est différent ? 
> 
> marc 
> _______________________________________________
> Haskell-fr mailing list
> Haskell-fr at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-fr
> 


      


More information about the Haskell-fr mailing list