mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: ghc-statevar: Update to 1.1.1.1.
* gnu/packages/haskell.scm (ghc-statevar): Update to 1.1.1.1.
This commit is contained in:
parent
214fae871b
commit
c9fa2a286c
1 changed files with 2 additions and 2 deletions
|
@ -4637,7 +4637,7 @@ call stacks with different versions of the compiler.")
|
||||||
(define-public ghc-statevar
|
(define-public ghc-statevar
|
||||||
(package
|
(package
|
||||||
(name "ghc-statevar")
|
(name "ghc-statevar")
|
||||||
(version "1.1.0.4")
|
(version "1.1.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4647,7 +4647,7 @@ call stacks with different versions of the compiler.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dzz9l0haswgag9x56q7n57kw18v7nhmzkjyr61nz9y9npn8vmks"))))
|
"08r2iw0gdmfs4f6wraaq19vfmkjdbics3dbhw39y7mdjd98kcr7b"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-stm" ,ghc-stm)))
|
`(("ghc-stm" ,ghc-stm)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue