From cad84bdf1518c173d76fd0de04ace22eb886821a Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Thu, 1 Nov 2007 07:43:18 +0100 Subject: 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.gz --- xmonad.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmonad.cabal') 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 -- cgit v1.2.3