aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-09-27 23:42:30 +0200
committerDon Stewart <dons@galois.com>2007-09-27 23:42:30 +0200
commit0ca3f56b4a5e003f97e0af5af5dbdb1d74c8b777 (patch)
tree629c987ae306c756c59d00175dcf884e9ff3b712
parentd9ff9d1fbcba0cb7b006bdd5d410e131157a2635 (diff)
downloadxmonad-0ca3f56b4a5e003f97e0af5af5dbdb1d74c8b777.tar.gz
xmonad-0ca3f56b4a5e003f97e0af5af5dbdb1d74c8b777.tar.xz
xmonad-0ca3f56b4a5e003f97e0af5af5dbdb1d74c8b777.zip
note that we use pattern guards in the .cabal file
darcs-hash:20070927214230-cba2c-df9ecabeafab380ba1dddc546457ba531607f07b.gz
-rw-r--r--xmonad.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index ab54885..27daf61 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -27,4 +27,4 @@ other-modules: Config Operations StackSet XMonad
ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s
ghc-prof-options: -prof -auto-all
extensions: GeneralizedNewtypeDeriving
--- Also requires deriving Typeable
+-- Also requires deriving Typeable, PatternGuards