From fe0463875af59ced0796c832034a05b363b83b85 Mon Sep 17 00:00:00 2001
From: Nikita Karetnikov <nikita@karetnikov.org>
Date: Tue, 11 Jun 2013 17:24:05 +0000
Subject: [PATCH] Remove '-Werror' from 'tordnsel.cabal'.

---
 tordnsel.cabal |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tordnsel.cabal b/tordnsel.cabal
index 243e026..da9dc1e 100644
--- a/tordnsel.cabal
+++ b/tordnsel.cabal
@@ -59,7 +59,7 @@ 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 -DVERSION="0.1.1-dev"
 
 Executable:      runtests
 Buildable:       False
@@ -71,4 +71,4 @@ Other-Modules:   TorDNSEL.Config.Tests,
 HS-Source-Dirs:  src
 Includes:        netinet/in.h, openssl/rand.h
 Extra-Libraries: crypto
-GHC-Options:     -fasm -Wall -Werror -fno-warn-missing-signatures
+GHC-Options:     -fasm -Wall -fno-warn-missing-signatures
-- 
1.7.5.4

