guix-commits
[Top][All Lists]
Advanced

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

150/290: gnu: ghc-tldr: Update to 0.4.0.2.


From: guix-commits
Subject: 150/290: gnu: ghc-tldr: Update to 0.4.0.2.
Date: Wed, 6 Nov 2019 08:22:51 -0500 (EST)

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

commit af523884e5a5ca9e98f6b35f07c2ce355f2a5d78
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 12:56:26 2019 -0400

    gnu: ghc-tldr: Update to 0.4.0.2.
    
    * gnu/packages/haskell-xyz.scm (ghc-tldr): Update to 0.4.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 027bc84..beefc53 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10585,7 +10585,7 @@ used CPU time of monadic computation with an IO base.")
 (define-public ghc-tldr
   (package
     (name "ghc-tldr")
-    (version "0.4.0.1")
+    (version "0.4.0.2")
     (source
      (origin
        (method url-fetch)
@@ -10595,7 +10595,7 @@ used CPU time of monadic computation with an IO base.")
              ".tar.gz"))
        (sha256
         (base32
-         "0nc581y9jjzwd8l88g48c72mla7k6q1w102akl7gl5jsk9ljamd3"))))
+         "1zy9yyg7bxiyz1prkvrscggsb9p0f8y0nqxxxzlgzvnh2nmqf8f2"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-cmark" ,ghc-cmark)



reply via email to

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