Ahh, this worked perfectly.<br><br>Thanks for the help, and thanks everyone for the awesome package manager :)<br><br><div class="gmail_quote">On Wed, Jun 25, 2008 at 7:24 PM, Duncan Coutts &lt;<a href="mailto:duncan.coutts@worc.ox.ac.uk">duncan.coutts@worc.ox.ac.uk</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c"><br>
On Wed, 2008-06-25 at 18:40 -0400, Aemon Cannon wrote:<br>
&gt; I installed Cabal-1.4.01 with ghc 6.8.3 on Windows XP SP2 using the<br>
&gt; following commands:<br>
&gt;<br>
&gt; ghc --make Setup.hs<br>
&gt; Setup configure<br>
&gt; Setup build<br>
&gt; Setup install<br>
&gt;<br>
&gt;<br>
&gt; Everything seemed to work perfectly, but I can&#39;t seem to find<br>
&gt; cabal.exe &nbsp;The README seems to indicate that it&#39;d be installed in<br>
&gt; HOME/.cabal, but this directory was not created.<br>
&gt;<br>
&gt; Any ideas?<br>
<br>
</div></div>You need to install the &quot;cabal-install&quot; package. The Cabal package is<br>
just the library. The &quot;cabal-install&quot; package provides the cabal.exe<br>
command line program.<br>
<br>
The README is right but it&#39;s referring to the library. I&#39;ve added the<br>
following to the README which will hopefully make it clearer in future:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Installation instructions for the Cabal library<br>
 &nbsp; &nbsp; &nbsp; &nbsp;===============================================<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;If you also want the `cabal` command line program then you need<br>
 &nbsp; &nbsp; &nbsp; &nbsp;the `cabal-install` package in addition to this library.<br>
<br>
Also I added the following note to the &quot;Installing as a user&quot; section<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Note the use of the `--user` flag at the configure step.<br>
<font color="#888888"><br>
<br>
Duncan<br>
<br>
</font></blockquote></div><br>