[Haskell-cafe] Refactor unqualified imports to qualified ones automatically?

Jeffrey Brown jeffbrown.the at gmail.com
Sun Feb 15 22:57:55 UTC 2015


Thank you, Henning. I found a description [1] of what the
-ddump-minimal-imports flag you suggest does ("Dump a minimal set of
imports"), and I don't know what that means. I tried running it anyway, but
I can't get the code to compile via GHC (or make, or cabal install, though
it seems to want to be built via at least one of those). It was abandoned
long ago, and I'm not convinced its network of dependencies is something I
can disentangle.

[1]
https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/flag-reference.html


On Sun, Feb 15, 2015 at 1:20 PM, Henning Thielemann <
lemming at henning-thielemann.de> wrote:

>
> Maybe the GHC flag
>
>    -ddump-minimal-imports
>
> helps?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150215/1f673d96/attachment.html>


More information about the Haskell-Cafe mailing list