
13 Jul
2011
13 Jul
'11
10:05 p.m.
I have used it a little and it worked quite nicely. One thing that to look out for though is that it first checks for modules from the current directory down -- so running it in somewhere you happen to have ghc sources too, will have all that come with it imported from there (and lines like "import path.to.ghc.DataMaybe (fromJust)" added). But this probably happens only when testing the program in the root of your home directory... (The reason I'm not using it regularly is that I haven't figured out a good way to use it, when developing with Notepad++ over sftp in another environment) -- Markus Läll