IHaskell/ubuntu-install.sh
2015-04-18 03:19:05 +05:30

17 lines
424 B
Bash
Executable File

#!/bin/bash
# Installation for Ubuntu Linux (tested on v14.10) from IHaskell repo directory.
# TODO Split out setup for installation from Hackage released versions.
# Install the dependencies as root user
sudo ./root-deps.sh
# Make sure to have basic tools installed.
cabal update
cabal install happy alex
cabal install cpphs
cabal install gtk2hs-buildtools
# Build ihaskell, and all the display packages
./build.sh all