guix-commits
[Top][All Lists]
Advanced

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

27/272: gnu: ghc-unexceptionalio: Update to 0.4.0.


From: Ricardo Wurmus
Subject: 27/272: gnu: ghc-unexceptionalio: Update to 0.4.0.
Date: Mon, 1 Oct 2018 06:13:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 06dae8ffe92100d7f5818f68a24642a032fc2593
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 21:17:26 2018 -0400

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

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0d45013..63564b2 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8040,14 +8040,14 @@ handler built in.")
 (define-public ghc-unexceptionalio
   (package
     (name "ghc-unexceptionalio")
-    (version "0.3.0")
+    (version "0.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/";
                            "unexceptionalio-" version "/" "unexceptionalio-"
                            version ".tar.gz"))
-       (sha256 (base32 
"1f7h7zwky4scdcyjspg4ksfh7x6yra0wjybxq70p7vcwpgk2nzlj"))))
+       (sha256 (base32 
"09gynk472l7nn5l2w320n4dwigwp0wh0shfp6dyw6r5h2jdxz18p"))))
     (build-system haskell-build-system)
     (home-page "https://github.com/singpolyma/unexceptionalio";)
     (synopsis "IO without any non-error, synchronous exceptions")



reply via email to

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