[Haskell-cafe] Re: problem in using wash

Vikrant vikrant.patil at gmail.com
Tue Mar 4 23:59:51 EST 2008


Thanks for the information. Now I could find mistake in what I was
importing.
'ghc-pkg describe WashNGo' told me correct exported module names.


On 05/03/2008, Ferenc Wagner <wferi at niif.hu> wrote:
>
> Vikrant <vikrant.patil at gmail.com> writes:
>
> > I was trying to use wash to learn it. I am using ubuntu and I have
> ghc6.6.1
> > installed on my system.
> > I have also installed the package libghc6-wash-dev
> >
> > but in my code when i write
> >
> > "import WASH.CGI"
> >
> > it gives me following error
> >
> > firstCGI.hs:5:7:
> >     Could not find module `WASH.CGI':
> >       locations searched:
> >         WASH/CGI.hs
> >         WASH/CGI.lhs
> > Failed, modules loaded: none.
> >
> >
> >
> > can somebody help me in this?
>
>
> Check with 'ghc-pkg list' if the package is present, then use
> 'ghc-pkg describe WashNGo' to get the exported module names.  Also
> don't forget to use --make when compiling (or explicit package name).
>
> --
> Regards,
> Feri.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20080305/c32367c5/attachment.htm


More information about the Haskell-Cafe mailing list