gnu: ghc-statevar: Update to 1.1.1.1.

* gnu/packages/haskell.scm (ghc-statevar): Update to 1.1.1.1.
master
Timothy Sample 2018-08-28 21:39:29 -04:00 committed by Ricardo Wurmus
parent 214fae871b
commit c9fa2a286c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4637,7 +4637,7 @@ call stacks with different versions of the compiler.")
(define-public ghc-statevar
(package
(name "ghc-statevar")
(version "1.1.0.4")
(version "1.1.1.1")
(source
(origin
(method url-fetch)
@ -4647,7 +4647,7 @@ call stacks with different versions of the compiler.")
".tar.gz"))
(sha256
(base32
"1dzz9l0haswgag9x56q7n57kw18v7nhmzkjyr61nz9y9npn8vmks"))))
"08r2iw0gdmfs4f6wraaq19vfmkjdbics3dbhw39y7mdjd98kcr7b"))))
(build-system haskell-build-system)
(inputs
`(("ghc-stm" ,ghc-stm)))