aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-11-05 07:03:26 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-11-05 07:03:26 +0100
commitc0c38a73b6a28f2c70ff542e3530949b921afa31 (patch)
tree0fef292a3495bc16ecc3a3dbecd8ed727d0d7f15 /xmonad.cabal
parente0df155f40f0c25a7c019547ae56012d8f17e678 (diff)
downloadxmonad-c0c38a73b6a28f2c70ff542e3530949b921afa31.tar.gz
xmonad-c0c38a73b6a28f2c70ff542e3530949b921afa31.tar.xz
xmonad-c0c38a73b6a28f2c70ff542e3530949b921afa31.zip
-Werror
darcs-hash:20071105060326-a5988-bdc843edc68e56ec85275e80a6487152711bdc84.gz
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index 180fab9..c2bd5ad 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -31,7 +31,7 @@ library
XMonad.Layouts
XMonad.Operations
XMonad.StackSet
- ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s
+ ghc-options: -funbox-strict-fields -O2 -fasm -Wall -Werror -optl-Wl,-s
ghc-prof-options: -prof -auto-all
if flag(small_base)
@@ -46,6 +46,6 @@ library
executable xmonad
main-is: Main.hs
other-modules: XMonad.Core XMonad.Layouts XMonad.Operations XMonad.StackSet XMonad
- ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s
+ ghc-options: -funbox-strict-fields -O2 -fasm -Wall -Werror -optl-Wl,-s
ghc-prof-options: -prof -auto-all
-- Also requires deriving Typeable, PatternGuards