guix-commits
[Top][All Lists]
Advanced

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

12/154: gnu: ghc-primitive: Update to 0.6.1.0.


From: Paul
Subject: 12/154: gnu: ghc-primitive: Update to 0.6.1.0.
Date: Thu, 22 Oct 2015 16:14:42 +0000

toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.

commit f19634fbda646a54efe716b3a62a077dcbd5c6b6
Author: Paul van der Walt <address@hidden>
Date:   Wed Oct 14 23:07:43 2015 +0200

    gnu: ghc-primitive: Update to 0.6.1.0.
    
    * gnu/packages/haskell.scm (ghc-primitive): Update to 0.6.1.0.
---
 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 8f1ec08..c44e659 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -824,7 +824,7 @@ library, including the ability to split random number 
generators.")
 (define-public ghc-primitive
   (package
     (name "ghc-primitive")
-    (version "0.5.4.0")
+    (version "0.6.1.0")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -835,7 +835,7 @@ library, including the ability to split random number 
generators.")
              ".tar.gz"))
        (sha256
         (base32
-         "05gdgj383xdrdkhxh26imlvs8ji0z28ny38ms9snpvv5i8l2lg10"))))
+         "1j1q7l21rdm8kfs93vibr3xwkkhqis181w2k6klfhx5g5skiywwk"))))
     (build-system haskell-build-system)
     (home-page
      "https://github.com/haskell/primitive";)



reply via email to

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