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

Evan Laforge qdunkan at gmail.com
Tue Jul 12 08:09:42 CEST 2011


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  qdunkan at gmail.com
  * version 0.1.2

Mon Jul 11 22:58:56 PDT 2011  qdunkan at gmail.com
  * fix but where multiple comments above an import are lost

Fri Jul  1 15:16:40 PDT 2011  qdunkan at gmail.com
  * don't reload file if no changes were made

Fri Jul  1 14:43:02 PDT 2011  qdunkan at gmail.com
  * sort and format the import block even if imports weren't added or removed

Wed Jun 15 12:39:12 PDT 2011  qdunkan at gmail.com
  * version 0.1.1

Wed Jun 15 12:14:31 PDT 2011  qdunkan at gmail.com
  * upgrade to haskell-src-exts 1.11, which removes the mandatory fixities

Wed Jun 15 12:11:27 PDT 2011  qdunkan at gmail.com
  * fix bug causing qualified vs. non-qualified imports to be sorted
inconsistently

Thu Jun  2 12:10:08 PDT 2011  qdunkan at gmail.com
  * more specific versions for base



More information about the Haskell-Cafe mailing list