aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-12-08 02:50:15 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-12-08 02:50:15 +0100
commit2e958daf778f9547dd0c759acdf75d8a9b1fdf27 (patch)
treeff8d9b70260b16a3e3982fc7b23b32d7d7f058bd /xmonad.cabal
parent260ceb4b6dceff824d0b155979309a11e6ef08b5 (diff)
downloadxmonad-2e958daf778f9547dd0c759acdf75d8a9b1fdf27.tar.gz
xmonad-2e958daf778f9547dd0c759acdf75d8a9b1fdf27.tar.xz
xmonad-2e958daf778f9547dd0c759acdf75d8a9b1fdf27.zip
Hide generalized newtype deriving from Haddock
darcs-hash:20071208015015-a5988-71859e01140da3ecdacddab8f37f789fa495d9c8.gz
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index c7e0e40..568ad94 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -43,6 +43,7 @@ library
ghc-options: -funbox-strict-fields -Wall -Werror -optl-Wl,-s
ghc-prof-options: -prof -auto-all
+ extensions: CPP
executable xmonad
main-is: Main.hs
@@ -51,3 +52,4 @@ executable xmonad
ghc-options: -funbox-strict-fields -Wall -Werror -optl-Wl,-s
ghc-prof-options: -prof -auto-all
+ extensions: CPP