I am running GHCI 6.4 in Windows 7. I do not know what sub directory of the .\ghc\ directory to add .hs files to. Every time I try using :l it tells me that the file cannot be found. Has Anybody else run into this problem?
EDIT: Thank you for your answers. Both of those look like they will work, but I ended up using the “:cd ” command as per my professor’s recommendation.
I’ve only used GHCi a little, but I’ve always been able to do
:l D:\Documents\Haskell\myscript.hswith no problems.