gnu: ghc-statevar: Update to 1.1.0.4.

* gnu/packages/haskell.scm (ghc-statevar): Update to 1.1.0.4.
This commit is contained in:
Ricardo Wurmus 2018-02-13 10:55:25 +01:00
parent 88da6cdb1d
commit 77c1e8b5b9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4191,7 +4191,7 @@ forms of the Yoneda lemma, and (co)density (co)monads for Haskell.")
(define-public ghc-statevar (define-public ghc-statevar
(package (package
(name "ghc-statevar") (name "ghc-statevar")
(version "1.1.0.1") (version "1.1.0.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4201,7 +4201,7 @@ forms of the Yoneda lemma, and (co)density (co)monads for Haskell.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1ap51cvwq61xckx5hw44l82ihbxvsq3263xr5hqg42c5qp67kbhf")))) "1dzz9l0haswgag9x56q7n57kw18v7nhmzkjyr61nz9y9npn8vmks"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-stm" ,ghc-stm))) `(("ghc-stm" ,ghc-stm)))