Fix a stupid mistake

This commit is contained in:
Michael Snoyman 2012-12-22 17:34:44 +02:00
parent e12bd84b3d
commit 11683d0c98

View File

@ -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