guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/08: gnu: ghc-primitive: Update to 0.6.4.0.


From: guix-commits
Subject: 08/08: gnu: ghc-primitive: Update to 0.6.4.0.
Date: Tue, 2 Jul 2019 11:25:39 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit b8d41cfc875b1a6c438ac138fdce9caa579b8486
Author: Robert Vollmert <address@hidden>
Date:   Sun Jun 30 22:54:48 2019 +0200

    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 <address@hidden>
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index cfbd3bf..52f688a 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]