
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
Vikrant
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.