diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-28 22:13:59 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:11 +0200 |
commit | d9c620bab0e84ddb882a608027b4d0a537a66c4d (patch) | |
tree | dc61431452f274a09be10c85defbd1753db53fbd | |
parent | 8d75edc01055712004598d66d6d5875e31ff61a8 (diff) | |
download | guix-d9c620bab0e84ddb882a608027b4d0a537a66c4d.tar guix-d9c620bab0e84ddb882a608027b4d0a537a66c4d.tar.gz |
gnu: ghc-monad-control: Update to 1.0.2.3.
* gnu/packages/haskell.scm (ghc-monad-control): Update to 1.0.2.3.
-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 be26a146d7..1050777b43 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -4088,7 +4088,7 @@ monads with anaphoric variants on @code{if} and @code{when} and a C-like (define-public ghc-monad-control (package (name "ghc-monad-control") - (version "1.0.1.0") + (version "1.0.2.3") (source (origin (method url-fetch) @@ -4097,7 +4097,7 @@ monads with anaphoric variants on @code{if} and @code{when} and a C-like "/monad-control-" version ".tar.gz")) (sha256 (base32 - "1x018gi5irznx5rgzmkr2nrgh26r8cvqwkcfc6n6y05pdjf21c6l")))) + "1c92833gr6cadidjdp8mlznkpp8lyxl0w3y7d19y8yi3klc3843c")))) (build-system haskell-build-system) (inputs `(("ghc-stm" ,ghc-stm) |