guix-commits
[Top][All Lists]
Advanced

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

64/257: gnu: ghc-chasingbottoms: Update to 1.3.1.4.


From: Ricardo Wurmus
Subject: 64/257: gnu: ghc-chasingbottoms: Update to 1.3.1.4.
Date: Thu, 27 Sep 2018 15:47:00 -0400 (EDT)

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

commit 8a14768887ff166077569951bfc5b295b6c1b72b
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:19:48 2018 -0400

    gnu: ghc-chasingbottoms: Update to 1.3.1.4.
    
    * gnu/packages/haskell.scm (ghc-chasingbottoms): Update to 1.3.1.4.
---
 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 f1c3580..c4eee42 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3518,7 +3518,7 @@ encourages inductive, recursive definitions of graph 
algorithms.")
 (define-public ghc-chasingbottoms
   (package
     (name "ghc-chasingbottoms")
-    (version "1.3.1.3")
+    (version "1.3.1.4")
     (source
      (origin
        (method url-fetch)
@@ -3526,7 +3526,7 @@ encourages inductive, recursive definitions of graph 
algorithms.")
                            "ChasingBottoms-" version ".tar.gz"))
        (sha256
         (base32
-         "04jwwjs22mqc4hvpp4c3gpb79inrrq5sapks5khknspv2hslm61q"))))
+         "06cynx6hcbfpky7qq3b3mjjgwbnaxkwin3znbwq4b9ikiw0ng633"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-quickcheck" ,ghc-quickcheck)



reply via email to

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