guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 159/329: gnu: ghc-rio: Update to 0.1.12.0.
Date: Wed, 20 Nov 2019 21:17:49 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit 8bda2fa7dab87f29a6e60d3784bcef1ec4202f91
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]