Doubts in GHC

Simon Marlow simonmar@microsoft.com
Tue, 26 Feb 2002 09:59:28 -0000


>   I=B4m new in this list and I think that it=B4s a very good=20
> idea, because  we=20
> can show our doubts.
>   I have a doubt in GHC: How can we include a folder in the compiling=20
> process? Example: If one file called main.hs requires some=20
> others modules=20
> that are in one folder, how can compile it in GHC and include=20
> this folder?

   ghc --make -i<folder> main.hs

Cheers,
	Simon