[tor-commits] [tordnsel/master] Placate cpp-options warning
arlo at torproject.org
arlo at torproject.org
Wed Feb 3 19:57:47 UTC 2016
commit bd0cd7376c7fd03a5e1802a6c2da2774426518bc
Author: Arlo Breault <arlolra at gmail.com>
Date: Wed Feb 3 11:57:16 2016 -0800
Placate cpp-options warning
---
tordnsel.cabal | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tordnsel.cabal b/tordnsel.cabal
index 8780326..b51252d 100644
--- a/tordnsel.cabal
+++ b/tordnsel.cabal
@@ -59,7 +59,8 @@ Other-Modules: TorDNSEL.Config,
HS-Source-Dirs: src
Includes: sys/types.h, unistd.h, sysexits.h, netinet/in.h, openssl/rand.h
Extra-Libraries: crypto
-GHC-Options: -O2 -Wall -Werror -DVERSION="0.1.1-dev"
+GHC-Options: -O2 -Wall -Werror
+CPP-Options: -DVERSION="0.1.1-dev"
Executable: runtests
Buildable: False
More information about the tor-commits
mailing list