gnu: ghc-monad-control: Update to 1.0.2.3.

* gnu/packages/haskell.scm (ghc-monad-control): Update to 1.0.2.3.
This commit is contained in:
Timothy Sample 2018-08-28 22:13:59 -04:00 committed by Ricardo Wurmus
parent 8d75edc010
commit d9c620bab0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4088,7 +4088,7 @@ (define-public ghc-ifelse
(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 @@ (define-public ghc-monad-control
"/monad-control-" version ".tar.gz"))
(sha256
(base32
"1x018gi5irznx5rgzmkr2nrgh26r8cvqwkcfc6n6y05pdjf21c6l"))))
"1c92833gr6cadidjdp8mlznkpp8lyxl0w3y7d19y8yi3klc3843c"))))
(build-system haskell-build-system)
(inputs
`(("ghc-stm" ,ghc-stm)