haskell-xmonad-extras: update to version 0.10.1.2

This commit is contained in:
Peter Simons 2012-10-23 18:29:58 +02:00
parent 6702643f73
commit 0bd2f95a31

View File

@ -4,15 +4,12 @@
cabal.mkDerivation (self: {
pname = "xmonad-extras";
version = "0.10.1.1";
sha256 = "1pkp9z58w2x8yhxhvm5nifxb1qcajv52ji53n77rjhpysvrgq5m7";
version = "0.10.1.2";
sha256 = "1v0yhi3sw7qks8d13amps0qs5p90j3prjh5abm02wblcd0bm1xay";
buildDepends = [
hint libmpd mtl network parsec random regexPosix split X11 xmonad
xmonadContrib
];
patchPhase = ''
sed -i xmonad-extras.cabal -e 's|split .*|split|'
'';
configureFlags = "-f-with_hlist -fwith_split -fwith_parsec";
meta = {
homepage = "http://projects.haskell.org/xmonad-extras";