summaryrefslogtreecommitdiffstats
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
commit66fc81ebbe9f5dcb5a1d59cc9eb0ac4ba58c3685 (patch)
tree629c987ae306c756c59d00175dcf884e9ff3b712
parent2e8e838e35d52566c8d633893c01b622ce61fded (diff)
downloadmetatile-66fc81ebbe9f5dcb5a1d59cc9eb0ac4ba58c3685.tar
metatile-66fc81ebbe9f5dcb5a1d59cc9eb0ac4ba58c3685.zip
note that we use pattern guards in the .cabal file
darcs-hash:20070927214230-cba2c-df9ecabeafab380ba1dddc546457ba531607f07b
-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