guix-commits
[Top][All Lists]
Advanced

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

10/272: gnu: ghc-easy-file: Update to 0.2.2.


From: Ricardo Wurmus
Subject: 10/272: gnu: ghc-easy-file: Update to 0.2.2.
Date: Mon, 1 Oct 2018 06:13:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7d887a2ceccdbec2abb6eaf5ae97c12849a7cbc6
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 20:33:08 2018 -0400

    gnu: ghc-easy-file: Update to 0.2.2.
    
    * gnu/packages/haskell.scm (ghc-easy-file): Update to 0.2.2.
---
 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 e1dfb9b..9df5e03 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4253,7 +4253,7 @@ library for Haskell.")
 (define-public ghc-easy-file
   (package
     (name "ghc-easy-file")
-    (version "0.2.1")
+    (version "0.2.2")
     (source
      (origin
        (method url-fetch)
@@ -4263,7 +4263,7 @@ library for Haskell.")
              ".tar.gz"))
        (sha256
         (base32
-         "0v75081bx4qzlqy29hh639nzlr7dncwza3qxbzm9njc4jarf31pz"))))
+         "0zmlcz723051qpn8l8vi51c5rx1blwrw4094jcshkmj8p9r2xxaj"))))
     (build-system haskell-build-system)
     (home-page
      "https://github.com/kazu-yamamoto/easy-file";)



reply via email to

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