summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2017-10-13 15:23:17 -0400
committerjoe <joe@jerkface.net>2017-10-13 15:23:17 -0400
commitb5df42236969b38bbddcc47cb5cbfdc94a7d3393 (patch)
tree5e59d71747ea5496803242e2fd6a5d9daf7c0d54 /ci
parentd0666b1beffa2684552ff6e0c1c077f530784ee2 (diff)
Switched toxid format from hexadecimal to base64.
Diffstat (limited to 'ci')
-rwxr-xr-xci4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci b/ci
index 0b74496b..52e7c6b7 100755
--- a/ci
+++ b/ci
@@ -3,5 +3,5 @@ compile=ghci
3defs="-DBENCODE_AESON -DTHREAD_DEBUG" 3defs="-DBENCODE_AESON -DTHREAD_DEBUG"
4hide="-hide-package crypto-random -hide-package crypto-api -hide-package crypto-numbers -hide-package cryptohash -hide-package prettyclass" 4hide="-hide-package crypto-random -hide-package crypto-api -hide-package crypto-numbers -hide-package cryptohash -hide-package prettyclass"
5# cbits="cbits/*.c" 5# cbits="cbits/*.c"
6$compile -fdefer-typed-holes -Wno-typed-holes -freverse-errors $hide -isrc -XOverloadedStrings -XRecordWildCards $defs $cbits "$@" 6includes="-isrc -icryptonite-backport"
7 7$compile -Wmissing-signatures -fdefer-typed-holes -freverse-errors $hide $includes -XOverloadedStrings -XRecordWildCards $defs $cbits "$@"