guix-commits
[Top][All Lists]
Advanced

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

23/53: gnu: ghc-test-framework-hunit: Fix build with new HUnit.


From: Ricardo Wurmus
Subject: 23/53: gnu: ghc-test-framework-hunit: Fix build with new HUnit.
Date: Thu, 16 Aug 2018 11:04:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a5f7a5f6eddc4a37deadb9988ee8186726f1bc7a
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Aug 15 11:26:10 2018 +0200

    gnu: ghc-test-framework-hunit: Fix build with new HUnit.
    
    * gnu/packages/haskell-check.scm (ghc-test-framework-hunit)[arguments]: 
Allow
    newer version of HUnit.
---
 gnu/packages/haskell-check.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index b2d3520..1d673c6 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -530,6 +530,9 @@ reporting and test statistics output.")
         (base32
          "1y0b6vg8nfm43v90lxxcydhi6qlxhfy4vpxbzm5ic2w55bh8xjwm"))))
     (build-system haskell-build-system)
+    ;; The official revision of the cabal file allows for HUnit lower than 1.7
+    (arguments
+     `(#:configure-flags (list "--allow-newer=HUnit")))
     (inputs
      `(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
        ("ghc-hunit" ,ghc-hunit)



reply via email to

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