[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/177: gnu: ghc-exceptions: Allow newer version of QuickCheck.
From: |
Ricardo Wurmus |
Subject: |
42/177: gnu: ghc-exceptions: Allow newer version of QuickCheck. |
Date: |
Tue, 13 Feb 2018 07:38:08 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit e2d3e4d69c346095dec0643fd6d26687e8ac1c33
Author: Ricardo Wurmus <address@hidden>
Date: Mon Feb 12 21:37:10 2018 +0100
gnu: ghc-exceptions: Allow newer version of QuickCheck.
* gnu/packages/haskell.scm (ghc-exceptions)[arguments]: Allow running tests
with newer version of QuickCheck.
---
gnu/packages/haskell.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 5722947..a4bc9a7 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2831,6 +2831,8 @@ online}.")
(base32
"1gl7xzffsqmigam6zg0jsglncgzxqafld2p6kb7ccp9xirzdjsjd"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:configure-flags (list "--allow-newer=QuickCheck")))
(native-inputs
`(("ghc-test-framework" ,ghc-test-framework)
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
- 149/177: gnu: ghc-th-expand-syns: Update to 0.4.0.0., (continued)
- 149/177: gnu: ghc-th-expand-syns: Update to 0.4.0.0., Ricardo Wurmus, 2018/02/13
- 163/177: gnu: ghc-haskeline: Update to 0.7.4.2., Ricardo Wurmus, 2018/02/13
- 169/177: gnu: ghc-graphviz: Fix build with newer QuickCheck., Ricardo Wurmus, 2018/02/13
- 66/177: gnu: ghc-directory: Update to 1.3.2.0., Ricardo Wurmus, 2018/02/13
- 75/177: gnu: ghc-adjunctions: Update to 4.3., Ricardo Wurmus, 2018/02/13
- 09/177: gnu: ghc-vector: Update to 0.12.0.1., Ricardo Wurmus, 2018/02/13
- 21/177: gnu: Add ghc-th-abstraction., Ricardo Wurmus, 2018/02/13
- 29/177: gnu: ghc-generic-deriving: Update to 1.11.1., Ricardo Wurmus, 2018/02/13
- 36/177: gnu: Add ghc-haddock-test., Ricardo Wurmus, 2018/02/13
- 39/177: gnu: Add ghc-haskell-lexer., Ricardo Wurmus, 2018/02/13
- 42/177: gnu: ghc-exceptions: Allow newer version of QuickCheck.,
Ricardo Wurmus <=
- 44/177: gnu: ghc-network-uri: Update to 2.6.1.0., Ricardo Wurmus, 2018/02/13
- 46/177: gnu: ghc-haskell-src-exts: Update to 1.18.2., Ricardo Wurmus, 2018/02/13
- 50/177: gnu: ghc-zip-archive: Update to 0.3.0.5., Ricardo Wurmus, 2018/02/13
- 54/177: gnu: Add ghc-th-lift-instances., Ricardo Wurmus, 2018/02/13
- 57/177: gnu: ghc-fast-logger: Update to 2.4.11., Ricardo Wurmus, 2018/02/13
- 56/177: gnu: ghc-css-text: Update to 0.1.3.0., Ricardo Wurmus, 2018/02/13
- 59/177: gnu: ghc-word8: Update to 0.1.3., Ricardo Wurmus, 2018/02/13
- 60/177: gnu: ghc-yaml: Update to 0.8.28., Ricardo Wurmus, 2018/02/13
- 67/177: gnu: ghc-cereal: Update to 0.5.3.0., Ricardo Wurmus, 2018/02/13
- 71/177: gnu: ghc-parallel: Update to 3.2.1.0., Ricardo Wurmus, 2018/02/13