mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-09 21:07:29 +01:00
Merge pull request #294 from gelisam/no-curl
Uninstall curl before running debian-bootstrap
This commit is contained in:
commit
e056754466
@ -16,9 +16,9 @@ sudo make install
|
|||||||
echo 'export PATH=/opt/ghc-7.4.2/bin:~/.cabal/bin:$PATH' >> ~/.bashrc
|
echo 'export PATH=/opt/ghc-7.4.2/bin:~/.cabal/bin:$PATH' >> ~/.bashrc
|
||||||
export PATH=/opt/ghc-7.4.2/bin:~/.cabal/bin:$PATH
|
export PATH=/opt/ghc-7.4.2/bin:~/.cabal/bin:$PATH
|
||||||
cd ..
|
cd ..
|
||||||
wget http://hackage.haskell.org/packages/archive/cabal-install/1.16.0.2/cabal-install-1.16.0.2.tar.gz
|
wget http://hackage.haskell.org/packages/archive/cabal-install/1.18.0.5/cabal-install-1.18.0.5.tar.gz
|
||||||
tar zxfv cabal-install-1.16.0.2.tar.gz
|
tar zxfv cabal-install-1.18.0.5.tar.gz
|
||||||
cd cabal-install-1.16.0.2/
|
cd cabal-install-1.18.0.5/
|
||||||
bash bootstrap.sh
|
bash bootstrap.sh
|
||||||
cd ..
|
cd ..
|
||||||
git clone --recursive https://github.com/fpco/stackage
|
git clone --recursive https://github.com/fpco/stackage
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user