diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 10:55:25 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 13:37:39 +0100 |
commit | 77c1e8b5b9a785b88d3325e1dee52f53004ee295 (patch) | |
tree | a3bc4309532c4416f3f69685d06a0154aeebe247 /gnu/packages/haskell.scm | |
parent | 88da6cdb1d46d0c3d4ae69001c7dd6722dfaf183 (diff) | |
download | patches-77c1e8b5b9a785b88d3325e1dee52f53004ee295.tar patches-77c1e8b5b9a785b88d3325e1dee52f53004ee295.tar.gz |
gnu: ghc-statevar: Update to 1.1.0.4.
* gnu/packages/haskell.scm (ghc-statevar): Update to 1.1.0.4.
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 0e2301bb81..b9dfcec414 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -4191,7 +4191,7 @@ forms of the Yoneda lemma, and (co)density (co)monads for Haskell.") (define-public ghc-statevar (package (name "ghc-statevar") - (version "1.1.0.1") + (version "1.1.0.4") (source (origin (method url-fetch) @@ -4201,7 +4201,7 @@ forms of the Yoneda lemma, and (co)density (co)monads for Haskell.") ".tar.gz")) (sha256 (base32 - "1ap51cvwq61xckx5hw44l82ihbxvsq3263xr5hqg42c5qp67kbhf")))) + "1dzz9l0haswgag9x56q7n57kw18v7nhmzkjyr61nz9y9npn8vmks")))) (build-system haskell-build-system) (inputs `(("ghc-stm" ,ghc-stm))) |