guix-commits
[Top][All Lists]
Advanced

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

94/328: gnu: ghc-psqueues: Update to 0.2.7.2.


From: guix-commits
Subject: 94/328: gnu: ghc-psqueues: Update to 0.2.7.2.
Date: Sat, 16 Nov 2019 19:32:31 -0500 (EST)

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

commit 4bb070c43f9c4a9cf5ff740aca7b143bfabfb886
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:10:01 2019 -0400

    gnu: ghc-psqueues: Update to 0.2.7.2.
    
    * gnu/packages/haskell-xyz.scm (ghc-psqueues): Update to 0.2.7.2.
    [native-inputs]: Remove 'ghc-test-framework',
    'ghc-test-framework-hunit', and 'ghc-test-framework-quickcheck2'; add
    'ghc-tasty', 'ghc-tasty-hunit', and 'ghc-tasty-quickcheck'.
---
 gnu/packages/haskell-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 7f0b3b3..aa15fd5 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7961,7 +7961,7 @@ API.")
 (define-public ghc-psqueues
   (package
     (name "ghc-psqueues")
-    (version "0.2.7.0")
+    (version "0.2.7.2")
     (source
      (origin
        (method url-fetch)
@@ -7970,7 +7970,7 @@ API.")
                            "psqueues-" version ".tar.gz"))
        (sha256
         (base32
-         "1sjgc9bxh63kkdp59nbirx3xazr02ia5yhp4f4a0jnq1hj465wsc"))))
+         "1yckx2csqswghiy9nfj03cybmza8104nmnpbpcc9ngwlbmakn9i6"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-hashable" ,ghc-hashable)))
@@ -7978,9 +7978,9 @@ API.")
      `(("ghc-hunit" ,ghc-hunit)
        ("ghc-quickcheck" ,ghc-quickcheck)
        ("ghc-tagged" ,ghc-tagged)
-       ("ghc-test-framework" ,ghc-test-framework)
-       ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
-       ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
+       ("ghc-tasty" ,ghc-tasty)
+       ("ghc-tasty-hunit" ,ghc-tasty-hunit)
+       ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)))
     (home-page "https://github.com/jaspervdj/psqueues";)
     (synopsis "Pure priority search queues")
     (description "The psqueues package provides



reply via email to

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