Skip to content

Instantly share code, notes, and snippets.

View tgerder's full-sized avatar

Take Alambda tgerder

View GitHub Profile
Linux Fix 4.0.5-040005-generic #201506061639 SMP Sat Jun 6 16:40:45 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
git version 1.9.1
The Glorious Glasgow Haskell Compilation System, version 7.10.3
* Cabal
Synopsis: A framework for packaging Haskell software
Default available version: 1.22.7.0
Installed versions: 1.22.4.0, 1.22.5.0
Homepage: http://www.haskell.org/cabal/
License: BSD3
@tgerder
tgerder / check-ghcjs-install.sh
Created January 26, 2016 10:40
script to check prerequisites and install GHCJS 0.2
#!/bin/bash
# script to check prerequisites and install GHCJS 0.2, https://github.com/ghcjs/ghcjs
# print versions
uname -a
git --version
ghc -V
cabal list --installed Cabal
cabal list --installed terminfo
dpkg --get-selections libtinfo-dev
cabal -V