Skip to content

Instantly share code, notes, and snippets.

@valyakuttan
Created March 14, 2014 07:43
Show Gist options
  • Save valyakuttan/9543563 to your computer and use it in GitHub Desktop.
Save valyakuttan/9543563 to your computer and use it in GitHub Desktop.
Inastall Idris on debian
#! /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