I am a newbie to Haskell and my problem is probably very trivial, yet I do not know how to solve it.
I created a minimal source code (for faculty, as in the tutorial) with the Editor in Windows 7, then saved it as "test.hs" . Now if I try to load the file into the Haskell interpreter (ghci), then it will give me the following error message:
: can't find file S:\Haskell-Code\test.hs Failed. modules loaded: none.
I am sure that I am in the right directory, I also tried loading test (which gives me another error message telling me that it isn't a module), also renamed the file to just "test". Is there something I am missing?
Thanks in advance.