gnu: ghc-x11: Update to 1.9.1.
* gnu/packages/haskell-xyz.scm (ghc-x11): Update to 1.9.1.master
parent
bd95427ea0
commit
6c4581a370
|
@ -11669,14 +11669,14 @@ modernized interface.")
|
||||||
(define-public ghc-x11
|
(define-public ghc-x11
|
||||||
(package
|
(package
|
||||||
(name "ghc-x11")
|
(name "ghc-x11")
|
||||||
(version "1.9")
|
(version "1.9.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/X11/"
|
(uri (string-append "https://hackage.haskell.org/package/X11/"
|
||||||
"X11-" version ".tar.gz"))
|
"X11-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1f8dy6ckkyvpcv7zlniyv01cqjb9lgqscm8pml58cvwc7n38w4qh"))))
|
(base32 "0gg6852mrlgl8zng1j84fismz7k81jr5fk92glgkscf8q6ryg0bm"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libx11" ,libx11)
|
`(("libx11" ,libx11)
|
||||||
|
|
Reference in New Issue