summaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-11-01 07:43:18 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-11-01 07:43:18 +0100
commitc1dab22936b718b48f98b39befc6af6ce416fbf6 (patch)
tree5fca7a6c0b7cf81c19b8affca3c1a127dbfa673e /xmonad.cabal
parent20c6b4b6684a7232021c0905bccc44f5946cb5d3 (diff)
downloadmetatile-c1dab22936b718b48f98b39befc6af6ce416fbf6.tar
metatile-c1dab22936b718b48f98b39befc6af6ce416fbf6.zip
This is a massive update, here's what has changed:
* Read is no longer a superclass of Layout * All of the core layouts have moved to the new Layouts.hs module * Select has been replaced by the new statically typed Choose combinator, which is heavily based on David Roundy's NewSelect proposal for XMonadContrib. Consequently: - Rather than a list of choosable layouts, we use the ||| combinator to combine several layouts into a single switchable layout - We've lost the capability to JumpToLayout and PrevLayout. Both can be added with some effort darcs-hash:20071101064318-a5988-c07c434c7a1108078d6123a4b36040ed6597772b
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index 05eaed2..0663f24 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -23,7 +23,7 @@ extra-source-files: README TODO tests/loc.hs tests/Properties.hs man/xmonad.1.in
executable: xmonad
main-is: Main.hs
-other-modules: EventLoop Operations StackSet XMonad
+other-modules: EventLoop Layouts Operations StackSet XMonad
ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s
ghc-prof-options: -prof -auto-all
extensions: GeneralizedNewtypeDeriving