guix-commits
[Top][All Lists]
Advanced

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

103/257: gnu: ghc-psqueues: Update to 0.2.7.0.


From: Ricardo Wurmus
Subject: 103/257: gnu: ghc-psqueues: Update to 0.2.7.0.
Date: Thu, 27 Sep 2018 15:47:08 -0400 (EDT)

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

commit 1b726601b3466073be417e9cd936709a763c9e86
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:04:41 2018 -0400

    gnu: ghc-psqueues: Update to 0.2.7.0.
    
    * gnu/packages/haskell.scm (ghc-psqueues): Update to 0.2.7.0.
    [arguments]: Remove unneeded "--allow-newer=QuickCheck" configure flag.
---
 gnu/packages/haskell.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 6230270..b9f40fe 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8309,7 +8309,7 @@ bytestrings and their hexademical representation.")
 (define-public ghc-psqueues
   (package
     (name "ghc-psqueues")
-    (version "0.2.6.0")
+    (version "0.2.7.0")
     (source
      (origin
        (method url-fetch)
@@ -8318,10 +8318,8 @@ bytestrings and their hexademical representation.")
                            "psqueues-" version ".tar.gz"))
        (sha256
         (base32
-         "0n39s1i88j6s7vvsdhpbhcr3gpbwlzabwcc3nbd7nqb4kb4i0sls"))))
+         "1sjgc9bxh63kkdp59nbirx3xazr02ia5yhp4f4a0jnq1hj465wsc"))))
     (build-system haskell-build-system)
-    (arguments
-     `(#:configure-flags (list "--allow-newer=QuickCheck")))
     (inputs
      `(("ghc-hashable" ,ghc-hashable)))
     (native-inputs



reply via email to

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