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

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Tue Jul 12 09:42:03 CEST 2011


On 12 July 2011 17:18, Evan Laforge <qdunkan at gmail.com> wrote:
> On Mon, Jul 11, 2011 at 11:48 PM, Ivan Lazar Miljenovic
> <ivan.miljenovic at gmail.com> wrote:
>>> 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.
>
> Sure, well... it's like the paragraph above :)

I meant more in the "Before: ... After: ..." sense ;-) (i.e. visually
being able to tell what your program does, rather than just a
description).

-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com



More information about the Haskell-Cafe mailing list