[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31582] [PATCH 6/8] gnu: ghc-psqueues: Allow building with newer ver
From: |
Timothy Sample |
Subject: |
[bug#31582] [PATCH 6/8] gnu: ghc-psqueues: Allow building with newer versions of QuickCheck. |
Date: |
Thu, 24 May 2018 19:27:07 -0000 |
* gnu/packages/haskell.scm (ghc-psqueues)[arguments]: Add configure
flag to allow newer versions 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 6860c42c3..962e63dfa 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7971,6 +7971,8 @@ bytestrings and their hexademical representation.")
(base32
"0n39s1i88j6s7vvsdhpbhcr3gpbwlzabwcc3nbd7nqb4kb4i0sls"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:configure-flags (list "--allow-newer=QuickCheck")))
(inputs
`(("ghc-hashable" ,ghc-hashable)))
(native-inputs
--
2.17.0
- [bug#31582] [PATCH 0/8] git-annex, Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 6/8] gnu: ghc-psqueues: Allow building with newer versions of QuickCheck.,
Timothy Sample <=
- [bug#31582] [PATCH 2/8] gnu: Add ghc-feed., Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 1/8] gnu: Add ghc-bloomfilter., Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 4/8] gnu: Add ghc-esqueleto., Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 3/8] gnu: Add ghc-ifelse., Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 7/8] gnu: Add ghc-disk-free-space., Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 8/8] gnu: Add git-annex., Timothy Sample, 2018/05/24