gnu: ghc-xmonad-contrib: Update to version 0.11.4.
* gnu/packages/wm.scm (ghc-xmonad-contrib): Update to version 0.11.4. Add input ghc-old-time, required with new GHC 7.10.2.
This commit is contained in:
parent
7ae4c10227
commit
2687f7db73
|
@ -243,7 +243,7 @@ tiled on several screens.")
|
||||||
(define-public ghc-xmonad-contrib
|
(define-public ghc-xmonad-contrib
|
||||||
(package
|
(package
|
||||||
(name "ghc-xmonad-contrib")
|
(name "ghc-xmonad-contrib")
|
||||||
(version "0.11.3")
|
(version "0.11.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -251,10 +251,11 @@ tiled on several screens.")
|
||||||
"xmonad-contrib-" version ".tar.gz"))
|
"xmonad-contrib-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14h9vr33yljymswj50wbimav263y9abdcgi07mvfis0zd08rxqxa"))))
|
"1g5cw9vvnfbiyi599fngk02zlmdhrf82x0bndhypkn6kybab6yd3"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ghc-mtl" ,ghc-mtl)
|
`(("ghc-mtl" ,ghc-mtl)
|
||||||
|
("ghc-old-time" ,ghc-old-time)
|
||||||
("ghc-random" ,ghc-random)
|
("ghc-random" ,ghc-random)
|
||||||
("ghc-utf8-string" ,ghc-utf8-string)
|
("ghc-utf8-string" ,ghc-utf8-string)
|
||||||
("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
|
("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
|
||||||
|
|
Loading…
Reference in New Issue