haskell-xmonad-contrib: update to version 0.11.3
This commit is contained in:
parent
eca445a408
commit
f9f19ee938
@ -4,14 +4,11 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "xmonad-contrib";
|
pname = "xmonad-contrib";
|
||||||
version = "0.11.2";
|
version = "0.11.3";
|
||||||
sha256 = "0qlc732m6mhvx7g10r69hk5x460kjv2r04s91cnn5yfiia1qfpai";
|
sha256 = "14h9vr33yljymswj50wbimav263y9abdcgi07mvfis0zd08rxqxa";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
extensibleExceptions mtl random utf8String X11 X11Xft xmonad
|
extensibleExceptions mtl random utf8String X11 X11Xft xmonad
|
||||||
];
|
];
|
||||||
patchPhase = self.stdenv.lib.optional (self.stdenv.lib.versionOlder "7.8" self.ghc.version) ''
|
|
||||||
sed -i -e 's|ForeignFunctionInterface|AllowAmbiguousTypes, ForeignFunctionInterface|' xmonad-contrib.cabal
|
|
||||||
'';
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://xmonad.org/";
|
homepage = "http://xmonad.org/";
|
||||||
description = "Third party extensions for xmonad";
|
description = "Third party extensions for xmonad";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user