unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31096] [PATCH] gnu: ghc-psqueues: Update to 0.2.6.0.
@ 2018-04-08 14:07 rsiddharth
  2018-04-10 20:54 ` bug#31096: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: rsiddharth @ 2018-04-08 14:07 UTC (permalink / raw)
  To: 31096; +Cc: rsiddharth

* gnu/packages/haskell.scm (ghc-psqueues): Update to 0.2.6.0.
[arguments]: Enable tests.
[home-page]: Update link.
---
 gnu/packages/haskell.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index dcb48f34d..9b26ff56f 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7822,7 +7822,7 @@ bytestrings and their hexademical representation.")
 (define-public ghc-psqueues
   (package
     (name "ghc-psqueues")
-    (version "0.2.2.3")
+    (version "0.2.6.0")
     (source
      (origin
        (method url-fetch)
@@ -7831,9 +7831,8 @@ bytestrings and their hexademical representation.")
                            "psqueues-" version ".tar.gz"))
        (sha256
         (base32
-         "1dd6xv1wjxj1xinx155b14hijw8fafrg4096srzdzj7xyqq7qxbd"))))
+         "0n39s1i88j6s7vvsdhpbhcr3gpbwlzabwcc3nbd7nqb4kb4i0sls"))))
     (build-system haskell-build-system)
-    (arguments `(#:tests? #f)) ; Tests require QuickCheck < 2.10
     (inputs
      `(("ghc-hashable" ,ghc-hashable)))
     (native-inputs
@@ -7843,7 +7842,7 @@ bytestrings and their hexademical representation.")
        ("ghc-test-framework" ,ghc-test-framework)
        ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
        ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
-    (home-page "https://github.com/bttr/psqueues")
+    (home-page "https://github.com/jaspervdj/psqueues")
     (synopsis "Pure priority search queues")
     (description "The psqueues package provides
 @uref{https://en.wikipedia.org/wiki/Priority_queue, Priority Search Queues} in
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#31096: [PATCH] gnu: ghc-psqueues: Update to 0.2.6.0.
  2018-04-08 14:07 [bug#31096] [PATCH] gnu: ghc-psqueues: Update to 0.2.6.0 rsiddharth
@ 2018-04-10 20:54 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-04-10 20:54 UTC (permalink / raw)
  To: rsiddharth; +Cc: 31096-done

rsiddharth <s@ricketyspace.net> skribis:

> * gnu/packages/haskell.scm (ghc-psqueues): Update to 0.2.6.0.
> [arguments]: Enable tests.
> [home-page]: Update link.

Pushed as 20c902f0d0024a8e8946fc42edc924c0fe3be9d2, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-10 20:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-08 14:07 [bug#31096] [PATCH] gnu: ghc-psqueues: Update to 0.2.6.0 rsiddharth
2018-04-10 20:54 ` bug#31096: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).