gnu: ghc-x11: Update to 1.8.

* gnu/packages/haskell.scm (ghc-x11): Update to 1.8.
This commit is contained in:
Mekeor Melire 2017-05-13 23:34:39 +02:00 committed by Ricardo Wurmus
parent 6d96af5eaa
commit 48ca045c8d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1632,14 +1632,14 @@ (define-public ghc-setlocale
(define-public ghc-x11
(package
(name "ghc-x11")
(version "1.6.1.2")
(version "1.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/X11/"
"X11-" version ".tar.gz"))
(sha256
(base32 "1kzjcynm3rr83ihqx2y2d852jc49da4p18gv6jzm7g87z22x85jj"))))
(base32 "13lxq36856fzp61y4api78vssykyh8fm2aplr0nsj18ymdm1c6sl"))))
(build-system haskell-build-system)
(inputs
`(("libx11" ,libx11)