[Haskell-cafe] [ANN] hsimport 0.5: configurable pretty printing and placing of imports
Daniel Trstenjak
daniel.trstenjak at gmail.com
Thu Jul 31 19:59:49 UTC 2014
Hi all,
hsimport[1] is a command line program for extending the import list of a Haskell source file.
There's an integration[2] for the vim editor, which can automatically extend the import list
for the symbol under the cursor.
hsimport 0.5 changes:
- configurable[3] pretty printing of imports
- configurable placing of new imports
- support of multi line imports
- better handling of incomplete/invalid Haskell source files
Grettings,
Daniel
[1] https://github.com/dan-t/hsimport
[2] https://github.com/dan-t/vim-hsimport
[3] https://github.com/dan-t/hsimport/blob/master/README.md
More information about the Haskell-Cafe
mailing list