[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)
- 10/53: gnu: hspec-discover: Update to 2.5.5., (continued)
- 10/53: gnu: hspec-discover: Update to 2.5.5., Ricardo Wurmus, 2018/08/16
- 36/53: gnu: ghc-blaze-html: Allow build with newer HUnit., Ricardo Wurmus, 2018/08/16
- 30/53: gnu: ghc-conduit-extra: Update to 1.3.0., Ricardo Wurmus, 2018/08/16
- 13/53: gnu: ghc-hspec-contrib: Update to 0.5.0., Ricardo Wurmus, 2018/08/16
- 32/53: gnu: ghc-pandoc-types-for-pandoc-1: Loosen version constraints., Ricardo Wurmus, 2018/08/16
- 18/53: gnu: ghc-http-types: Update to 0.12.1., Ricardo Wurmus, 2018/08/16
- 34/53: gnu: ghc-resourcet: Update to 1.2.1., Ricardo Wurmus, 2018/08/16
- 12/53: gnu: ghc-hspec-meta: Update to 2.4.6., Ricardo Wurmus, 2018/08/16
- 15/53: gnu: ghc-hspec: Update to 2.5.5., Ricardo Wurmus, 2018/08/16
- 38/53: gnu: ghc-enclosed-exceptions: Update to 1.0.3., Ricardo Wurmus, 2018/08/16
- 23/53: gnu: ghc-test-framework-hunit: Fix build with new HUnit.,
Ricardo Wurmus <=
- 42/53: gnu: Add ghc-double-conversion., Ricardo Wurmus, 2018/08/16
- 44/53: gnu: Add ghc-errorcall-eq-instance., Ricardo Wurmus, 2018/08/16
- 16/53: gnu: ghc-tagsoup: Update to 0.14.6., Ricardo Wurmus, 2018/08/16
- 26/53: gnu: ghc-uuid: Allow building with newer HUnit., Ricardo Wurmus, 2018/08/16
- 33/53: gnu: ghc-pandoc-types: Update to 1.17.5.1., Ricardo Wurmus, 2018/08/16
- 11/53: gnu: ghc-hspec-core: Update to 2.5.5., Ricardo Wurmus, 2018/08/16
- 31/53: gnu: ghc-conduit: Update to 1.3.0.3., Ricardo Wurmus, 2018/08/16
- 17/53: gnu: Add ghc-httpd-shed., Ricardo Wurmus, 2018/08/16
- 20/53: gnu: ghc-http-conduit: Update to 2.3.2., Ricardo Wurmus, 2018/08/16
- 25/53: gnu: ghc-uuid-types: Allow building with newer HUnit., Ricardo Wurmus, 2018/08/16