<br><br><div class="gmail_quote">On Thu, Sep 22, 2011 at 4:20 PM, Amy de Buitléir <span dir="ltr">&lt;<a href="mailto:amy@nualeargais.ie">amy@nualeargais.ie</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
csmagic &lt;csmagic &lt;at&gt; <a href="http://gmail.com" target="_blank">gmail.com</a>&gt; writes:<br>
<br>
&gt;<br>
&gt; Thanks Joey, AmyNow I want to go &#39;backwards&#39;.For example I have<br>
&gt; Language.Haskell.Exts.SyntaxI want to dig into it.  Where/How do I start?<br>
<br>
Using either Hayoo or Hoogle, search for &quot;Language.Haskell.Exts.Syntax&quot;. Click on<br>
the results to find out more about this module (what package it&#39;s in, what<br>
methods it contains, etc.) Does that answer your question?<br></blockquote><br>Trying out the graphviz package...<br><br></div>$ cabal list|grep -i graphviz<br>gives<br>cabal: &lt;stdout&gt;: invalid argument<br>and nothing else<br>
<br>But still <br>$ cabal install graphviz<br>still seems to install<br><br>What gives?<br>