guix-commits
[Top][All Lists]
Advanced

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

12/45: gnu: ghc-async: Update to 2.2.4.


From: guix-commits
Subject: 12/45: gnu: ghc-async: Update to 2.2.4.
Date: Tue, 2 Nov 2021 05:07:49 -0400 (EDT)

lbraun pushed a commit to branch master
in repository guix.

commit 8216e89c8bdcee6e6bde27efe6620d45b4222318
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Mon Oct 25 14:28:34 2021 +0200

    gnu: ghc-async: Update to 2.2.4.
    
    * gnu/packages/haskell-xyz.scm (ghc-async): Update to 2.2.4.
    [inputs]: Remove ghc-hunit, ghc-test-framework, and 
ghc-test-framework-hunit.
    [native-inputs]: Add ghc-hunit, ghc-test-framework, and 
ghc-test-framework-hunit.
---
 gnu/packages/haskell-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d87c457..561080d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -501,7 +501,7 @@ similar operations (e.g. @code{Either}, @code{These}).")
 (define-public ghc-async
   (package
     (name "ghc-async")
-    (version "2.2.3")
+    (version "2.2.4")
     (source
      (origin
        (method url-fetch)
@@ -511,11 +511,12 @@ similar operations (e.g. @code{Either}, @code{These}).")
              ".tar.gz"))
        (sha256
         (base32
-         "0p4k6872pj0aykbnc19ilam1h8fgskxlwpyg5qisaivr0fhg6yj6"))))
+         "09d7w3krfhnmf9dp6yffa9wykinhw541wibnjgnlyv77w1dzhka8"))))
     (build-system haskell-build-system)
     (inputs
-     `(("ghc-hashable" ,ghc-hashable)
-       ("ghc-hunit" ,ghc-hunit)
+     `(("ghc-hashable" ,ghc-hashable)))
+    (native-inputs
+     `(("ghc-hunit" ,ghc-hunit)
        ("ghc-test-framework" ,ghc-test-framework)
        ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
     (home-page "https://github.com/simonmar/async";)



reply via email to

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