[Haskell-cafe] Re: problem in using wash

Ferenc Wagner wferi at niif.hu
Tue Mar 4 18:08:55 EST 2008


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.


More information about the Haskell-Cafe mailing list