Skip to content

Instantly share code, notes, and snippets.

@dvdsgl
Created August 6, 2009 17:51
Show Gist options
  • Save dvdsgl/163462 to your computer and use it in GitHub Desktop.
Save dvdsgl/163462 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Install dependencies
sudo apt-get install ghc6 ghc6-prof ghc6-doc haddock libglut-dev happy alex \
libedit-dev zlib1g-dev checkinstall
# Get haskell-platform
wget http://hackage.haskell.org/platform/2009.2.0.2/haskell-platform-2009.2.0.2.tar.gz
tar -xzf haskell-platform-2009.2.0.2.tar.gz
cd haskell-platform-2009.2.0.2
# Build & Install
./configure
make
sudo checkinstall -y
cabal update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment