[Haskell-cafe] ANN: fix-imports-0.1.2

Markus Läll markus.l2ll at gmail.com
Thu Jul 14 00:05:00 CEST 2011


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



More information about the Haskell-Cafe mailing list