
7 May
2014
7 May
'14
7:47 a.m.
On Wed, May 7, 2014 at 9:34 AM, Herbert Valerio Riedel
Btw, if you want 32bit+64bit binaries for Ubuntu 12.04LTS in future, you can steal them of my PPA as well:
For instance, here's how to extract the Linux executable just by using 'wget', 'ar', and 'tar':
wget https://launchpad.net/~hvr/+archive/ghc/+files/cabal-install-1.20_1.20.0.1-1... ar x cabal-install-1.20_1.20.0.1-1_amd64.deb data.tar.gz tar xvzf data.tar.gz ./opt/cabal/1.20/bin/cabal
(for the 32bit binary, just replace 'amd64' by 'i386')
Good to know, thanks! At some point we should probably establish a process for doing this, instead of me sending out random emails. We should list the binaries we want to provide who/what system is responsible for providing them.