xmonad: fixed build with GHC 7.4.1
svn path=/nixpkgs/trunk/; revision=34457
This commit is contained in:
parent
a89d66337c
commit
edb10988b3
@ -1,5 +1,5 @@
|
|||||||
{ cabal, hint, HList, libmpd, mtl, network, parsec, random
|
{ cabal, hint, libmpd, mtl, network, parsec, random, regexPosix
|
||||||
, regexPosix, split, X11, xmonad, xmonadContrib
|
, split, X11, xmonad, xmonadContrib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
@ -7,9 +7,10 @@ cabal.mkDerivation (self: {
|
|||||||
version = "0.10.1";
|
version = "0.10.1";
|
||||||
sha256 = "17rac0xjw1zw1jlc1rpq54vg50xscb3b98knk4gkb8bv1khpgz27";
|
sha256 = "17rac0xjw1zw1jlc1rpq54vg50xscb3b98knk4gkb8bv1khpgz27";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
hint HList libmpd mtl network parsec random regexPosix split X11
|
hint libmpd mtl network parsec random regexPosix split X11 xmonad
|
||||||
xmonad xmonadContrib
|
xmonadContrib
|
||||||
];
|
];
|
||||||
|
configureFlags = "-f-with_hlist";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://projects.haskell.org/xmonad-extras";
|
homepage = "http://projects.haskell.org/xmonad-extras";
|
||||||
description = "Third party extensions for xmonad with wacky dependencies";
|
description = "Third party extensions for xmonad with wacky dependencies";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user