summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-02-12 18:57:45 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-02-13 13:37:32 +0100
commit49e5432b8c73d0a17ed5215ca7e98f5df5e98482 (patch)
tree8ad447a766ada5d81da2a07cf9557320b779bf65
parentafff0b6d421c6a8d96cd781ba2106cc518b8a1a2 (diff)
downloadpatches-49e5432b8c73d0a17ed5215ca7e98f5df5e98482.tar
patches-49e5432b8c73d0a17ed5215ca7e98f5df5e98482.tar.gz
gnu: ghc-primitive: Update to 0.6.3.0.
* gnu/packages/haskell.scm (ghc-primitive): Update to 0.6.3.0.
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index f6a12a62af..5857540d23 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1871,7 +1871,7 @@ library, including the ability to split random number generators.")
(define-public ghc-primitive
(package
(name "ghc-primitive")
- (version "0.6.1.0")
+ (version "0.6.3.0")
(outputs '("out" "doc"))
(source
(origin
@@ -1882,7 +1882,7 @@ library, including the ability to split random number generators.")
".tar.gz"))
(sha256
(base32
- "1j1q7l21rdm8kfs93vibr3xwkkhqis181w2k6klfhx5g5skiywwk"))))
+ "0mcmbnj08wd6zfwn7xk6zf5hy5zwbla5v78pw0dpymqg9s0gzpnd"))))
(build-system haskell-build-system)
(home-page
"https://github.com/haskell/primitive")