samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 5d418e1587375dfcbc390995a5481863ef4740f2
Author: Timothy Sample <[email protected]>
Date: Sun Nov 3 12:22:18 2019 -0500
gnu: ghc-fgl-arbitrary: Update dependency constraints.
* gnu/packages/haskell-xyz.scm (ghc-fgl-arbitrary): Change the phase that
updates the Cabal file to allow for newer versions of 'hspec' and
'QuickCheck'.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 59d1bd7..36a6ba3 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3481,9 +3481,9 @@ encourages inductive, recursive definitions of graph
algorithms.")
(lambda _
(substitute* "fgl-arbitrary.cabal"
(("QuickCheck >= 2\\.3 && < 2\\.10")
- "QuickCheck >= 2.3 && < 2.12")
+ "QuickCheck >= 2.3 && < 2.14")
(("hspec >= 2\\.1 && < 2\\.5")
- "hspec >= 2.1 && < 2.6")))))))
+ "hspec >= 2.1 && < 2.8")))))))
(inputs
`(("ghc-fgl" ,ghc-fgl)
("ghc-quickcheck" ,ghc-quickcheck)