diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 58b01337..e3d1d4b1 100644 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -13,7 +13,7 @@ tar jxfv ghc-7.4.2-x86_64-unknown-linux.tar.bz2 cd ghc-7.4.2 ./configure --prefix=/opt/ghc-7.4.2 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 source ~/.bashrc cd .. wget http://hackage.haskell.org/packages/archive/cabal-install/1.16.0.2/cabal-install-1.16.0.2.tar.gz