haskell.sh 163 B

1234567
  1. #!/bin/bash
  2. export LANG=en_US.UTF-8
  3. sudo add-apt-repository -y ppa:hvr/ghc
  4. sudo apt-get update
  5. sudo apt-get install -y ghc-7.8.3 cabal-install-1.20 libpcre3-dev