guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ghc-uuid: Fix build.


From: Ricardo Wurmus
Subject: 01/01: gnu: ghc-uuid: Fix build.
Date: Thu, 1 Mar 2018 15:12:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1debc5b9d281660a73b6ed777546213b0d9b7b32
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 1 21:11:43 2018 +0100

    gnu: ghc-uuid: Fix build.
    
    * gnu/packages/haskell.scm (ghc-uuid)[arguments]: Allow building with a 
newer
    version of QuickCheck.
---
 gnu/packages/haskell.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index dbb9ebc..5c6e07a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8532,6 +8532,8 @@ functions.")
         (base32
          "09xhk42yhxvqmka0iqrv3338asncz8cap3j0ic0ps896f2581b6z"))))
     (build-system haskell-build-system)
+    (arguments
+     `(#:configure-flags (list "--allow-newer=QuickCheck")))
     (inputs `(("ghc-cryptohash-sha1" ,ghc-cryptohash-sha1)
               ("ghc-cryptohash-md5" ,ghc-cryptohash-md5)
               ("ghc-entropy" ,ghc-entropy)



reply via email to

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