summaryrefslogtreecommitdiffstats
path: root/thunk.cabal
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-03-07 12:12:40 +0100
committerDon Stewart <dons@cse.unsw.edu.au>2007-03-07 12:12:40 +0100
commit4787315a8eb3ed78c1b97e0ac1bd84c1db8b09b3 (patch)
treec853973f8dc16481cd4df23f95ad6901986fb034 /thunk.cabal
parent4c7e9568ee8d5db7dd60ba174b6814de5d5b909e (diff)
downloadmetatile-4787315a8eb3ed78c1b97e0ac1bd84c1db8b09b3.tar
metatile-4787315a8eb3ed78c1b97e0ac1bd84c1db8b09b3.zip
no -Werror
darcs-hash:20070307111240-9c5c1-306ae61f98390e310fd15e7e35c38f5eed853481
Diffstat (limited to 'thunk.cabal')
-rw-r--r--thunk.cabal2
1 files changed, 1 insertions, 1 deletions
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