summaryrefslogtreecommitdiff
path: root/g
diff options
context:
space:
mode:
authorjim@bo <jim@bo>2018-06-21 23:12:29 -0400
committerjim@bo <jim@bo>2018-06-21 23:13:31 -0400
commite8446341d0dbe9b466571fa10875141ed22fbb47 (patch)
treec0f4ea06175d72156ef02f652024afc767feba75 /g
parent7f8d1a5581af33749e0218815e62cc641ef8b64c (diff)
NetCrypto IdleEvents,TimeOuts
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"