summaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-11-05 04:45:15 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-11-05 04:45:15 +0100
commitaedce7b0ca4732ac382ba04929cee3882d25d668 (patch)
tree4d116b308f54d6d8b9fc771050c36135822e65c7 /xmonad.cabal
parent2d996815381e317f2cfc8e2aebe88458cfe46713 (diff)
downloadmetatile-aedce7b0ca4732ac382ba04929cee3882d25d668.tar
metatile-aedce7b0ca4732ac382ba04929cee3882d25d668.zip
Remove superfluous 'extensions:' field
darcs-hash:20071105034515-a5988-7f342dc3c5bf106538432d995a7596cb4e99738e
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index dc0b238..180fab9 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -48,5 +48,4 @@ executable xmonad
other-modules: XMonad.Core XMonad.Layouts XMonad.Operations XMonad.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, PatternGuards