Created
March 6, 2014 03:28
-
-
Save stephenjbarr/9381736 to your computer and use it in GitHub Desktop.
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
sudo yum -y update | |
cabal update | |
cabal install either-unwrap | |
cabal install uuid | |
cabal install roots | |
cabal install integration | |
cabal install syb | |
git clone https://github.com/simonmar/monad-par.git | |
cd monad-par | |
make | |
cd .. | |
git clone https://github.com/DDCSF/repa.git | |
cd repa | |
make repa | |
cd .. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment