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. Changes since last announcement: Mon Jul 11 23:00:19 PDT 2011 [email protected] * version 0.1.2 Mon Jul 11 22:58:56 PDT 2011 [email protected] * fix but where multiple comments above an import are lost Fri Jul 1 15:16:40 PDT 2011 [email protected] * don't reload file if no changes were made Fri Jul 1 14:43:02 PDT 2011 [email protected] * sort and format the import block even if imports weren't added or removed Wed Jun 15 12:39:12 PDT 2011 [email protected] * version 0.1.1 Wed Jun 15 12:14:31 PDT 2011 [email protected] * upgrade to haskell-src-exts 1.11, which removes the mandatory fixities Wed Jun 15 12:11:27 PDT 2011 [email protected] * fix bug causing qualified vs. non-qualified imports to be sorted inconsistently Thu Jun 2 12:10:08 PDT 2011 [email protected] * more specific versions for base _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
