diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2016-01-04 12:45:36 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2016-01-04 12:45:36 +0000 |
commit | b2911f50240318dde3d79fba9988f635845e4fed (patch) | |
tree | f6c5212703d021af6225737ca9d3912d2e504685 /wm/xmonad/distinfo | |
parent | 8f6ff70066cbbcb0ab80512e21a2dc37ff18baef (diff) | |
download | pkgsrc-b2911f50240318dde3d79fba9988f635845e4fed.tar.gz |
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
Diffstat (limited to 'wm/xmonad/distinfo')
-rw-r--r-- | wm/xmonad/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/wm/xmonad/distinfo b/wm/xmonad/distinfo index 6e9e1f8f946..c1d85d96bab 100644 --- a/wm/xmonad/distinfo +++ b/wm/xmonad/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/02 23:42:56 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/01/04 12:45:36 szptvlfn Exp $ -SHA1 (xmonad-0.11.tar.gz) = 9ab0c44283812a0a1883ae975221e72d17c4decb -RMD160 (xmonad-0.11.tar.gz) = f323a335a1e82b26f59063fab381e1410cd9f5fc -SHA512 (xmonad-0.11.tar.gz) = 34740f032508584f34f6b138d21394eca17e8020bccc4d8c6e8b3cb6b7ca64b153077cfd16636a6130768ebd145fe993569f8a229862d7816d0c89c905ee08bc -Size (xmonad-0.11.tar.gz) = 59119 bytes +SHA1 (xmonad-0.12.tar.gz) = e7719e9b3db9994190f4da831dadce51a265a374 +RMD160 (xmonad-0.12.tar.gz) = 957e891dc3976e5dbeb0007a4835e5d07c75a89d +SHA512 (xmonad-0.12.tar.gz) = e519c038d90db037bc81e7baf7b07cfa53922509e98ffddacfc4a6cc2c7376383be1e721f613057a5febbfcc661807b6382124eb673ac7a7cda23c738d3539ab +Size (xmonad-0.12.tar.gz) = 61436 bytes |