gnu: ghc-mwc-random: Update to 0.14.0.0.

* gnu/packages/haskell-xyz.scm (ghc-mwc-random): Update to 0.14.0.0.
This commit is contained in:
Timothy Sample 2019-10-31 10:10:34 -04:00
parent b45de2bf24
commit 33268e2c0b
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -6698,7 +6698,7 @@ (define-public ghc-murmur-hash
(define-public ghc-mwc-random
(package
(name "ghc-mwc-random")
(version "0.13.6.0")
(version "0.14.0.0")
(source
(origin
(method url-fetch)
@ -6707,7 +6707,7 @@ (define-public ghc-mwc-random
"mwc-random-" version ".tar.gz"))
(sha256
(base32
"05j7yh0hh9nxic3dijmzv44kc6gzclvamdph7sq7w19wq57k6pq6"))))
"18pg24sw3b79b32cwx8q01q4k0lm34mwr3l6cdkchl8alvd0wdq0"))))
(build-system haskell-build-system)
(inputs
`(("ghc-primitive" ,ghc-primitive)