aboutsummaryrefslogtreecommitdiffstats
path: root/example/build
diff options
context:
space:
mode:
Diffstat (limited to 'example/build')
-rwxr-xr-xexample/build9
1 files changed, 9 insertions, 0 deletions
diff --git a/example/build b/example/build
new file mode 100755
index 0000000..4402d43
--- /dev/null
+++ b/example/build
@@ -0,0 +1,9 @@
+#!/bin/sh
+exec stack ghc -- \
+ --make xmonad.hs \
+ -i \
+ -ilib \
+ -fforce-recomp \
+ -main-is main \
+ -v0 \
+ -o "$1"