guix-commits
[Top][All Lists]
Advanced

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

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


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

rekado pushed a commit to branch master
in repository guix.

commit d9c36e5b7a96e4688cbefd671e44bf90c0970254
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Aug 15 11:28:13 2018 +0200

    gnu: ghc-uuid-types: Allow building with newer HUnit.
    
    * gnu/packages/haskell.scm (ghc-uuid-types)[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 018ce53..63b671f 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8698,7 +8698,8 @@ IPv4, IPv6 and MAC addresses.")
          "1zdka5jnm1h6k36w3nr647yf3b5lqb336g3fkprhd6san9x52xlj"))))
     (build-system haskell-build-system)
     (arguments
-     `(#:configure-flags (list "--allow-newer=QuickCheck")))
+     `(#:configure-flags (list "--allow-newer=QuickCheck"
+                               "--allow-newer=HUnit")))
     (inputs `(("ghc-hashable" ,ghc-hashable)
               ("ghc-random" ,ghc-random)
               ("ghc-text" ,ghc-text)))



reply via email to

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