gnu: ghc-primitive: Update to 0.6.4.0.

* gnu/packages/haskell.scm (ghc-primitive): Update to 0.6.4.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Robert Vollmert 2019-06-30 22:54:48 +02:00 committed by Marius Bakke
parent e307f52e01
commit b8d41cfc87
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2685,7 +2685,7 @@ library, including the ability to split random number generators.")
(define-public ghc-primitive
(package
(name "ghc-primitive")
(version "0.6.3.0")
(version "0.6.4.0")
(outputs '("out" "doc"))
(source
(origin
@ -2696,7 +2696,7 @@ library, including the ability to split random number generators.")
".tar.gz"))
(sha256
(base32
"0mcmbnj08wd6zfwn7xk6zf5hy5zwbla5v78pw0dpymqg9s0gzpnd"))))
"0r0cda7acvplgwaxy69kviv4jp7kkfi038by68gj4yfx4iwszgjc"))))
(build-system haskell-build-system)
(home-page
"https://github.com/haskell/primitive")