The fix-imports package
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.
Properties
| Versions | 0.1.0, 0.1.1, 0.1.2, 0.1.3, 1.0.0, 1.0.1, 1.0.2 |
|---|---|
| Dependencies | base (≥3 & <5), containers, cpphs, directory, filepath, haskell-src-exts, process, split, uniplate |
| License | BSD3 |
| Author | Evan Laforge |
| Maintainer | Evan Laforge <qdunkan@gmail.com> |
| Stability | experimental |
| Category | Editor, Haskell, IDE |
| Executables | FixImports |
| Upload date | Thu Jun 2 20:17:42 UTC 2011 |
| Uploaded by | EvanLaforge |
Downloads
- fix-imports-0.1.0.tar.gz (Cabal source package)
- package description (included in the package)