summaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-06-05 11:26:59 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-06-05 11:26:59 +0200
commit6642404dc5482f737221de075c0fc9a63cdda91d (patch)
treefeedef94aca98dfe516567023cef1bb4776ee642 /xmonad.cabal
parent49620498cc61518f3db429b5da7416a06e9b5ff2 (diff)
downloadmetatile-6642404dc5482f737221de075c0fc9a63cdda91d.tar
metatile-6642404dc5482f737221de075c0fc9a63cdda91d.zip
mention why StackSet needs -fglasgow-exts (for deriving Typeable)
darcs-hash:20070605092659-9c5c1-7eee6ed8801aa1c81e62d8dc62fa95035c4a5523
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index a053250..5677c3f 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -28,3 +28,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