<div dir="ltr">wxPython is well documented and tutorialed. Today I began learning that. It has already clarified a lot of what was opaque in Blobs, such as the distinction between a frame and a window (windows are smaller!), and what a DC is for. <br><br>When I turned to wxPython I thought I was giving up on Haskell. It will be poetic if that having given up is what allows me to persist. (It's lucky that didn't switch to pyQt!)<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 16, 2015 at 12:20 AM, Henning Thielemann <span dir="ltr"><<a href="mailto:lemming@henning-thielemann.de" target="_blank">lemming@henning-thielemann.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On Sun, 15 Feb 2015, Jeffrey Brown wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thank you, Henning. I found a description [1] of what the -ddump-minimal-imports flag you suggest does ("Dump<br>
a minimal set of imports"), and I don't know what that means. I tried running it anyway, but I can't get the<br>
code to compile via GHC (or make, or cabal install, though it seems to want to be built via at least one of<br>
those). It was abandoned long ago, and I'm not convinced its network of dependencies is something I can<br>
disentangle.<br>
</blockquote>
<br></span>
Then you have a problem. That's also the reason why I promote qualified and explicit imports again and again. If code can no longer be compiled, the compiler cannot help anymore.<br>
<br>
Btw. there is another nice flag -fwarn-missing-import-lists that warns about unqualified implicit imports. It should be enabled in the Cabal.GHC-Options field.<br>
</blockquote></div><br></div>