From 8efa021a8b3db0f0299adbfcc03d601eb86812fa Mon Sep 17 00:00:00 2001
From: Don Stewart <dons@cse.unsw.edu.au>
Date: Wed, 7 Mar 2007 12:12:40 +0100
Subject: no -Werror

darcs-hash:20070307111240-9c5c1-306ae61f98390e310fd15e7e35c38f5eed853481.gz
---
 thunk.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunk.cabal b/thunk.cabal
index 48f24d0..839f470 100644
--- a/thunk.cabal
+++ b/thunk.cabal
@@ -11,5 +11,5 @@ build-depends:  base==2.0, X11>=1.1, X11-extras==0.0, unix==1.0, mtl==1.0
 
 executable:     thunk
 main-is:        Main.hs
-ghc-options:    -O -funbox-strict-fields -Wall -Werror -optl-Wl,-s
+ghc-options:    -O -funbox-strict-fields -Wall -optl-Wl,-s
 extensions:     GeneralizedNewtypeDeriving
-- 
cgit v1.2.3