guix-commits
[Top][All Lists]
Advanced

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

36/53: gnu: ghc-blaze-html: Allow build with newer HUnit.


From: Ricardo Wurmus
Subject: 36/53: gnu: ghc-blaze-html: Allow build with newer HUnit.
Date: Thu, 16 Aug 2018 11:05:01 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 83c4a5bd38bdcd39a2bf6645a3b02e93cf9a277b
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Aug 15 11:43:15 2018 +0200

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

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index a853eb3..b4d7e9c 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -737,7 +737,8 @@ Strict, Transitional and Frameset variants.")
          "0r0acv47nh75bmf7kjyfvhcwz8f02rn9x0a1l80pzgyczfrsmkmf"))))
     (build-system haskell-build-system)
     (arguments
-     `(#:configure-flags (list "--allow-newer=QuickCheck")))
+     `(#:configure-flags (list "--allow-newer=QuickCheck"
+                               "--allow-newer=HUnit")))
     (inputs
      `(("ghc-blaze-builder" ,ghc-blaze-builder)
        ("ghc-text" ,ghc-text)



reply via email to

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