[Haskell-cafe] very elementary "import" problem .. help
Galchin Vasili
vigalchin at gmail.com
Fri Nov 23 16:43:38 EST 2007
Hello,
import System.Posix
--import Network
import System.Process
--import Directory
import STM
I am loading the above script in ghci. However, System.Posix,
System.Processand STM cannot be found. Network and Directory are
found. I assume when ghc
is installed on Windows that the Windows registry get populated with paths
to GHC 'library" directory paths. Please someone tell me why I am having
trouble importing these modules/libraries.
Kind regards, vasya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20071123/96cc2262/attachment.htm
More information about the Haskell-Cafe
mailing list