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

commit 6255b337954032dd55599ea80d2a5710f58dd034
Author: Timothy Sample <[email protected]>
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index c4738c7..b6492b6 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8529,7 +8529,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)

Reply via email to