diff options
author | Joe Zhao <ztuowen@gmail.com> | 2016-01-28 13:27:16 -0700 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2016-01-28 13:27:16 -0700 |
commit | 9d9cfd3c2f7ab36982cb569027cf831e95ee42ea (patch) | |
tree | 2a63b4d23ae6073d051c5a9802ab000439f89f78 /ghcmake | |
parent | 7c8e53da6280751598e1c62fdaca314d5a4b0aed (diff) | |
download | haskbox-9d9cfd3c2f7ab36982cb569027cf831e95ee42ea.tar.gz haskbox-9d9cfd3c2f7ab36982cb569027cf831e95ee42ea.tar.bz2 haskbox-9d9cfd3c2f7ab36982cb569027cf831e95ee42ea.zip |
sort
Diffstat (limited to 'ghcmake')
-rwxr-xr-x | ghcmake | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/bin/sh + +ghc -O2 -rtsopts -eventlog -package-db=./.cabal-sandbox/x86_64-linux-ghc-7.10.3-packages.conf.d $@ |