pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/xmonad
Module Name: pkgsrc
Committed By: szptvlfn
Date: Mon Jan 4 12:45:36 UTC 2016
Modified Files:
pkgsrc/wm/xmonad: Makefile PLIST buildlink3.mk distinfo
Added Files:
pkgsrc/wm/xmonad: MESSAGE
Log Message:
Update to 0.12
CHANGES:
## 0.12 (December 14, 2015)
* Compiles with GHC 7.10.2, 7.8.4, and 7.6.3
* Use of [data-default][] allows using `def` where previously you
had to write `defaultConfig`, `defaultXPConfig`, etc.
* The [setlocale][] package is now used instead of a binding shipped
with xmonad proper allowing the use of `Main.hs` instead of
`Main.hsc`
* No longer encodes paths for `spawnPID`
* The default `manageHook` no longer floats Gimp windows
* Doesn't crash when there are fewer workspaces than screens
* `Query` is now an instance of `Applicative`
* Various improvements to the example configuration file
[data-default]: http://hackage.haskell.org/package/data-default
[setlocale]: https://hackage.haskell.org/package/setlocale
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/wm/xmonad/MESSAGE
cvs rdiff -u -r1.6 -r1.7 pkgsrc/wm/xmonad/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/xmonad/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/wm/xmonad/buildlink3.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/wm/xmonad/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index