diff options
author | Robert Vollmert <rob@vllmrt.net> | 2019-06-30 22:54:48 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-02 17:20:15 +0200 |
commit | b8d41cfc875b1a6c438ac138fdce9caa579b8486 (patch) | |
tree | 4452218d04933783ad95240244a6c4e3e4307b4d /gnu | |
parent | e307f52e01f46f99d7e3e729b9cfac446c783fc4 (diff) | |
download | patches-b8d41cfc875b1a6c438ac138fdce9caa579b8486.tar patches-b8d41cfc875b1a6c438ac138fdce9caa579b8486.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index cfbd3bfb76..52f688a283 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -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") |