guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: ghc-psqueues: Allow building with newer versions of QuickChe


From: Ludovic Courtès
Subject: 10/14: gnu: ghc-psqueues: Allow building with newer versions of QuickCheck.
Date: Fri, 1 Jun 2018 07:52:19 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1ea3971992068944977cb031cc6b21018bdd001e
Author: Timothy Sample <address@hidden>
Date:   Tue Feb 20 02:56:58 2018 -0500

    gnu: ghc-psqueues: Allow building with newer versions of QuickCheck.
    
    * gnu/packages/haskell.scm (ghc-psqueues)[arguments]: Add configure
    flag to allow newer versions of QuickCheck.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/haskell.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 8427ce9..073f5b7 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7972,6 +7972,8 @@ bytestrings and their hexademical representation.")
         (base32
          "0n39s1i88j6s7vvsdhpbhcr3gpbwlzabwcc3nbd7nqb4kb4i0sls"))))
     (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]