
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
From: Marc Chantreux
Subject: Re: [Haskell-fr] premier essai avec Parsec To: "La liste Haskell Francophone" 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@haskell.org http://www.haskell.org/mailman/listinfo/haskell-fr