guix-commits
[Top][All Lists]
Advanced

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

26/53: gnu: ghc-uuid: Allow building with newer HUnit.


From: Ricardo Wurmus
Subject: 26/53: gnu: ghc-uuid: Allow building with newer HUnit.
Date: Thu, 16 Aug 2018 11:05:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5c51cdb962966b55b055460489f3ef9d539648e2
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Aug 15 11:28:47 2018 +0200

    gnu: ghc-uuid: Allow building with newer HUnit.
    
    * gnu/packages/haskell.scm (ghc-uuid)[arguments]: Allow newer HUnit.
---
 gnu/packages/haskell.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 63b671f..d4a2ec0 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8731,7 +8731,8 @@ functions.")
          "09xhk42yhxvqmka0iqrv3338asncz8cap3j0ic0ps896f2581b6z"))))
     (build-system haskell-build-system)
     (arguments
-     `(#:configure-flags (list "--allow-newer=QuickCheck")))
+     `(#:configure-flags (list "--allow-newer=QuickCheck"
+                               "--allow-newer=HUnit")))
     (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]