guix-commits
[Top][All Lists]
Advanced

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

78/290: gnu: ghc-concurrent-output: Update to 1.10.11.


From: guix-commits
Subject: 78/290: gnu: ghc-concurrent-output: Update to 1.10.11.
Date: Wed, 6 Nov 2019 08:22:33 -0500 (EST)

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

commit 3a60bfc9f6394ca1191146b799dc04c6f8bc86fa
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 14:25:06 2019 -0400

    gnu: ghc-concurrent-output: Update to 1.10.11.
    
    * gnu/packages/haskell-xyz.scm (ghc-concurrent-output): Update to 1.10.11.
---
 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 1e0d616..f44ee43 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1915,7 +1915,7 @@ Python.")
 (define-public ghc-concurrent-output
   (package
     (name "ghc-concurrent-output")
-    (version "1.10.9")
+    (version "1.10.11")
     (source
      (origin
        (method url-fetch)
@@ -1925,7 +1925,7 @@ Python.")
              ".tar.gz"))
        (sha256
         (base32
-         "0mwf155w89nbbkjln7hhbn8k3f8p0ylcvgrg31cm7ijpx4499i4c"))))
+         "1d1aaqg5814k59b0iws3fh06p3g2siaj922gkhs75qgncj0my2p3"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-async" ,ghc-async)



reply via email to

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