diff options
author | joe <joe@jerkface.net> | 2017-08-27 18:59:23 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-08-27 18:59:23 -0400 |
commit | 5472805a6a8fb3c3d64cbeff5bda1d78a898c602 (patch) | |
tree | 015eed92ebbbe72d3ed07b1959dc5d15719d91b2 /c | |
parent | 396b6daf475b1769a214e0d3ee8b476ff415d2f9 (diff) |
reworking... ToxTransport and related modules.
Diffstat (limited to 'c')
-rwxr-xr-x | c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ | |||
2 | defs="-DBENCODE_AESON -DTHREAD_DEBUG" | 2 | defs="-DBENCODE_AESON -DTHREAD_DEBUG" |
3 | hide="-hide-package crypto-random -hide-package crypto-api -hide-package crypto-numbers -hide-package cryptohash -hide-package prettyclass" | 3 | hide="-hide-package crypto-random -hide-package crypto-api -hide-package crypto-numbers -hide-package cryptohash -hide-package prettyclass" |
4 | cbits="cbits/*.c" | 4 | cbits="cbits/*.c" |
5 | ghc -freverse-errors $hide -isrc -XOverloadedStrings -XRecordWildCards $defs $cbits "$@" | 5 | ghc -fdefer-typed-holes -Wno-typed-holes -freverse-errors $hide -isrc -XOverloadedStrings -XRecordWildCards $defs $cbits "$@" |