guix-commits
[Top][All Lists]
Advanced

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

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


From: Paul
Subject: 12/151: gnu: ghc-primitive: Update to 0.6.1.0.
Date: Tue, 20 Oct 2015 15:29:40 +0000

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

commit dd06788609868c67570c92b8e3ec4f64e933230e
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 aadbf4f..436f849 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -828,7 +828,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
@@ -839,7 +839,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]