diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-02-08 22:27:08 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-02-08 22:27:08 +0100 |
commit | f16f1a981db23a76ff2d68f76f5ef960427e00cc (patch) | |
tree | f47a4a8af8e9dd4ae8f3e228f675356651d50180 /run.sh | |
parent | d571ba5387d71ca0e1055ceb09a78b2b030e29c4 (diff) | |
download | haskell-f16f1a981db23a76ff2d68f76f5ef960427e00cc.tar.gz haskell-f16f1a981db23a76ff2d68f76f5ef960427e00cc.tar.bz2 haskell-f16f1a981db23a76ff2d68f76f5ef960427e00cc.zip |
run.sh and applicative things
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -0,0 +1 @@ +ghc -threaded -O raytracer.hs && time ./raytracer +RTS -s |