guix-commits
[Top][All Lists]
Advanced

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

224/249: gnu: ghc-tree-diff: Update to 0.1.


From: guix-commits
Subject: 224/249: gnu: ghc-tree-diff: Update to 0.1.
Date: Thu, 31 Oct 2019 23:50:07 -0400 (EDT)

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

commit 09327b078fac23c0ac136d28b148de18bba361a8
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:30:45 2019 -0400

    gnu: ghc-tree-diff: Update to 0.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-tree-diff): Update to 0.1.
---
 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 3c32cf0..9236b65 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10482,7 +10482,7 @@ but also need those types.")
 (define-public ghc-tree-diff
   (package
     (name "ghc-tree-diff")
-    (version "0.0.1")
+    (version "0.1")
     (source
      (origin
        (method url-fetch)
@@ -10492,7 +10492,7 @@ but also need those types.")
              ".tar.gz"))
        (sha256
         (base32
-         "049v44c520jy3icxlnrvbdblh3mjmvd7m6qmkzxbzkf02x63xqmz"))))
+         "1156nbqn0pn9lp4zjsy4vv5g5wmy4zxwmbqdgvq349rydynh3ng3"))))
     (build-system haskell-build-system)
     (arguments
      `(#:cabal-revision



reply via email to

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