Created
March 14, 2014 07:43
-
-
Save valyakuttan/9543563 to your computer and use it in GitHub Desktop.
Inastall Idris on debian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# install ghc-terminfo-dev | |
sudo apt-get install libghc-terminfo-dev | |
# install alex from hackage | |
cabal update; cabal install alex | |
# install idris from hackage | |
cabal install idris |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment