I think there's now hosted official cabal install binaries online.  I'm Afk but they should be a short google away. Should be linked more prominently though <span></span><br><br>On Saturday, May 3, 2014, Ashley Yakeley <<a href="mailto:ashley@semantic.org">ashley@semantic.org</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So I want to install GHC + cabal on a new system, building cabal packages with profiling and documentation. Here's what I have to do:<br>

<br>
1. Download, unpack and install GHC.<br>
<br>
2. Download and unpack cabal-install, and run bootstrap.sh. As part of the bootstrap, it will download and build a bunch of packages.<br>
<br>
3. Delete the downloaded packages ("rm -rf ~/.ghc/*") because they were built without profiling or documentation.<br>
<br>
4. Call "cabal update" to get a default .cabal/config file.<br>
<br>
5. Edit .cabal/config to switch on library-profiling, executable-profiling, and documentation.<br>
<br>
6. Build my stuff.<br>
<br>
This would be much simplified if binary versions of cabal-install were available. (It would be even simpler if they were just included in the GHC builds -- I could eliminate 2 & 3.)<br>
<br>
-- Ashley Yakeley<br>
______________________________<u></u>_________________<br>
Glasgow-haskell-users mailing list<br>
<a>Glasgow-haskell-users@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/glasgow-haskell-users" target="_blank">http://www.haskell.org/<u></u>mailman/listinfo/glasgow-<u></u>haskell-users</a><br>
</blockquote>