guix-commits
[Top][All Lists]
Advanced

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

159/328: gnu: ghc-rio: Update to 0.1.12.0.


From: guix-commits
Subject: 159/328: gnu: ghc-rio: Update to 0.1.12.0.
Date: Sat, 16 Nov 2019 19:32:58 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 3f9b5c5add76a52b38aedd7707a13e6ae1a04814
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:00:09 2019 -0400

    gnu: ghc-rio: Update to 0.1.12.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-rio): Update to 0.1.12.0.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 753da9e..ea26736 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8600,7 +8600,7 @@ better for some purposes.")
 (define-public ghc-rio
   (package
     (name "ghc-rio")
-    (version "0.1.5.0")
+    (version "0.1.12.0")
     (source
      (origin
        (method url-fetch)
@@ -8609,7 +8609,7 @@ better for some purposes.")
              version ".tar.gz"))
        (sha256
         (base32
-         "064h8a4hp53a479d3ak0vmqbx8hi0cpg7zn4wp23rjy26dka8p7g"))))
+         "0xzjkh6aavynpyskikhs8dmv0zhkiqiwz9zdn80zbd25b2182pif"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-exceptions" ,ghc-exceptions)



reply via email to

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