<br><br><div class="gmail_quote">On Fri, Mar 27, 2009 at 4:43 PM, Jason Dusek <span dir="ltr">&lt;<a href="mailto:jason.dusek@gmail.com">jason.dusek@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
  The GHC source distribution will get you all the sources for all the all the<br>
  libraries that come with GHC.<br>
<br>
  As for any other libraries -- you should have the sources for those already,<br>
  if they were installed via Cabal.<br>
</blockquote></div><br>Well, I&#39;ve downloaded it, but how to install them without building/installing GHC?  For example, in the source package all the library folders have names like &quot;array&quot;, &quot;base&quot;, etc.  In my binary installation they have names like &quot;array-0.2.0.0&quot; and &quot;base-3.0.3.0&quot;.  There&#39;s a number of ways I can figure out to deal with, like a perl script etc, but I thought maybe there is an easier, &quot;official&quot; way to do it.  I really don&#39;t know anything about cabal or the GHC build system yet, but was looking for like an &quot;install source&quot; or &quot;update source&quot; or &quot;make and install libraries&quot; command either through cabal or the GHC makefile.<br>