gnu: ghc-monadrandom: Update to 0.5.1.1.

* gnu/packages/haskell.scm (ghc-monadrandom): Update to 0.5.1.1.
master
Timothy Sample 2018-08-28 21:33:22 -04:00 committed by Ricardo Wurmus
parent 8b5d1142c2
commit d58fda7d65
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8795,7 +8795,7 @@ statically known size.")
(define-public ghc-monadrandom
(package
(name "ghc-monadrandom")
(version "0.4.2.3")
(version "0.5.1.1")
(source
(origin
(method url-fetch)
@ -8804,7 +8804,7 @@ statically known size.")
"MonadRandom-" version ".tar.gz"))
(sha256
(base32
"1h1nhswrcmhy3mq6vd530p0df51fcnnf4csbwnljar7cf0mb2h6y"))))
"0w44jl1n3kqvqaflh82l1wj3xxbhzfs3kf4m8rk7w6fgg8llmnmb"))))
(build-system haskell-build-system)
(inputs `(("ghc-transformers-compat" ,ghc-transformers-compat)
("ghc-primitive" ,ghc-primitive)