I installed Cabal-1.4.01 with ghc 6.8.3 on Windows XP SP2 using the following commands:
ghc --make Setup.hs
Setup configure
Setup build
Setup install
Everything seemed to work perfectly, but I can't seem to find cabal.exe The README seems to indicate that it'd be installed in HOME/.cabal, but this directory was not created.
Any ideas?
Thanks,
Aemon Cannon