gnu: ghc-x11: Update to 1.9.

* gnu/packages/haskell.scm (ghc-x11): Update to 1.9.
master
Timothy Sample 2018-08-28 23:07:16 -04:00 committed by Ricardo Wurmus
parent c2d2f27537
commit d09b2ad428
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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