This file contains 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
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 | |
This file contains 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 | |
# 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 |
This file contains 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
testGist |