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

* gnu/packages/haskell.scm (ghc-monad-control): Update to 1.0.1.0.
master
Ricardo Wurmus 2018-02-13 11:34:58 +01:00
parent 7c86efe776
commit 009d0f6d74
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3672,7 +3672,7 @@ manipulating monad transformer stacks.")
(define-public ghc-monad-control
(package
(name "ghc-monad-control")
(version "1.0.0.4")
(version "1.0.1.0")
(source
(origin
(method url-fetch)
@ -3681,7 +3681,7 @@ manipulating monad transformer stacks.")
"/monad-control-" version ".tar.gz"))
(sha256
(base32
"07pn1p4m80wdd7gw62s4yny8rbvm60ka1q8qx5y1plznd8sbg179"))))
"1x018gi5irznx5rgzmkr2nrgh26r8cvqwkcfc6n6y05pdjf21c6l"))))
(build-system haskell-build-system)
(inputs
`(("ghc-stm" ,ghc-stm)