Commit Graph

9 Commits

Author SHA1 Message Date
kili
b9e3390a05 Update to xmonad-0.9.2.
No haddock documentation for now (sorry). I hope this will
be fixed after the updates of ghc and haddock.
2011-04-04 22:40:55 +00:00
kili
3f71b67f44 Add a hint to xmonad-lib and hs-xmonad-contrib (initially suggested
by David Cantrell). Also turn {LIB,RUN}_DEPENDS-lib into
RUN_DEPENDS-lib/BUILD_DEPENDS (Haskell libs are still static).

ok dcoppa@
2010-12-04 11:53:57 +00:00
jasper
54aad2ac0c - regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

from kili@
2010-10-28 13:55:21 +00:00
kili
bcea0ad2ce Silent register.sh/unregister.sh after the change to Cabal in ghc.
Run unregister.sh with `--force'.
2010-05-19 15:58:18 +00:00
kili
8f4a6b2d2a Install documentation for -lib subpackage.
Note: if you have hs-xmonad-contrib installed, you'll see an error
message from ghc-pkg (called from unregister.sh) when you update
xmonad-lib. That's harmless in this case, and I'll improve the
register/unregister stuff in ghc soon.
2010-05-16 14:12:20 +00:00
kili
a917319928 Update to xmonad-0.9.1 2010-04-22 22:00:45 +00:00
kili
8d91511549 Update to 0.5, and split up into subpackages -main and -lib.
Thanks to Simon Kuhnle for testing.
2008-01-18 21:51:13 +00:00
kili
c7fb1f76d5 Update to 0.4. From Dmitri Alenitchev. 2007-11-18 20:13:31 +00:00
kili
c6479abcee Xmonad is a tiling window manager for X. Windows are arranged
automatically to tile the screen without gaps or overlap, maximising
screen use. All features of the window manager are accessible from
the keyboard: a mouse is strictly optional. Xmonad is written and
extensible in Haskell. Custom layout algorithms, and other extensions,
may be written by the user in config files. Layouts are applied
dynamically, and different layouts may be used on each workspace.
Xinerama is fully supported, allowing windows to be tiled on several
screens. A guiding principle of the design is predictability: users
should know in advance precisely the window arrangement that will
result from any action, leading to a simpler user interface.
2007-09-01 22:18:41 +00:00