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

commit af88132e5f583b6402b46a5289c5b9c3aea31faf
Author: Timothy Sample <[email protected]>
Date:   Thu Oct 31 01:25:41 2019 -0400

    gnu: ghc-logict: Update to 0.7.0.2.
    
    * gnu/packages/haskell-xyz.scm (ghc-logict): Update to 0.7.0.2.
---
 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 1596f08..d3f462d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5896,7 +5896,7 @@ back-ends.")
 (define-public ghc-logict
   (package
     (name "ghc-logict")
-    (version "0.6.0.2")
+    (version "0.7.0.2")
     (source
      (origin
        (method url-fetch)
@@ -5906,7 +5906,7 @@ back-ends.")
              ".tar.gz"))
        (sha256
         (base32
-         "07hnirv6snnym2r7iijlfz00b60jpy2856zvqxh989q0in7bd0hi"))))
+         "1xfgdsxg0lp8m0a2cb83rcxrnnc37asfikay2kydi933anh9ihfc"))))
     (build-system haskell-build-system)
     (home-page "http://code.haskell.org/~dolio/";)
     (synopsis "Backtracking logic-programming monad")

Reply via email to