|
I write a script, Test.hs, then save it to alongside any Prelude.hs, but when I reload 'hugs test.hs' it advises that the script can't be found. Does anyone have any idea where on the Windows platform that the user-written scripts should be saved for hugs to be able to load it like Prelude.hs?
|