"Konst Sushenko" <[EMAIL PROTECTED]> 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.

_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to