-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
RELEASES
42 lines (24 loc) · 1.11 KB
/
RELEASES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
0.12.1
Updated to work with ghc-7.10
Updated Config.Alt to work with HList-0.4
0.10
Updated to work with libmpd 0.6.* and xmonad-0.10.
Added new module: XMonad.Util.WindowPropertiesRE
0.9.2
Address hackage build failure.
0.9.1
This is mainly a compatibility release, because I forgot to add upper
version bounds on the dependencies in the previous release, which
caused a build failure due to a new version of the libmpd-bindings.
This version also adds XMonad.Config.Alt by Adam Vogt, a new,
experimental approach to configuring xmonad that is intended to make
the configuration simpler, more modular and to address difficulties
that arise when enabling multiple extensions.
0.9
The xmonad-extras package which contains some additional functionality
that requires additional dependencies is now on Hackage:
http://hackage.haskell.org/package/xmonad-extras-0.9
It includes a prompt for MPD, volume control and a way to evaluate
Haskell expression at runtime, similar to Emacs' eval feature.
If anyone has some modules or ideas that can't go in contrib due to
dependencies, patches and/or suggestions are always welcome.