summaryrefslogtreecommitdiff
path: root/g
diff options
context:
space:
mode:
Diffstat (limited to 'g')
-rwxr-xr-xg2
1 files changed, 1 insertions, 1 deletions
diff --git a/g b/g
index e0d5c2b4..ca17ec88 100755
--- a/g
+++ b/g
@@ -2,7 +2,7 @@
2 2
3rootname=$(cat /etc/debian_chroot 2>/dev/null) 3rootname=$(cat /etc/debian_chroot 2>/dev/null)
4echo $PATH | grep '\.stack' >/dev/null && rootname="stack" 4echo $PATH | grep '\.stack' >/dev/null && rootname="stack"
5BUILDB=build/b 5BUILDB=.stack-work/dist/x86_64-linux/Cabal-2.0.1.0/build
6 6
7warn="-freverse-errors -fwarn-unused-imports -Wmissing-signatures -fdefer-typed-holes" 7warn="-freverse-errors -fwarn-unused-imports -Wmissing-signatures -fdefer-typed-holes"
8exts="-XOverloadedStrings -XRecordWildCards" 8exts="-XOverloadedStrings -XRecordWildCards"