[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tordnsel/master] Placate cpp-options warning



commit bd0cd7376c7fd03a5e1802a6c2da2774426518bc
Author: Arlo Breault <arlolra@xxxxxxxxx>
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

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits