28 Dec
2001
28 Dec
'01
8:24 a.m.
"Konst Sushenko" <konsu@microsoft.com> writes:
I just started using GHCI and I am having trouble importing modules except for these in the "imports/std" directory. [...] 'ghc-pkg -l' reports that the module that I import is indeed in an installed package, and as far as I understand as long as the module is in an installed package, GHC should be happy.
Try 'ghci -package <package_name>'. Feri.