On 12 July 2011 16:09, Evan Laforge <[email protected]> wrote: > Not sure if anyone else is using this, but I've fixed some bugs and > bumped fix-imports by a few more versions. > > Here's copy paste from the package description: > > A small standalone program to manage the import block of a haskell > program. It will try to add import lines for qualified names with no > corresponding import, remove unused import lines, and sort the import > block according to some heuristic you can define. This only works for > qualified imports! Unqualified imports are left untouched. > > It's most convenient if bound to an editor key.
This sounds interesting; it would be helpful if you could provide an example if you could provide an example in the README or description of what exactly this program does however. -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
