samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 6f10f4bd3b67a55c8448ac39c506de2fa032ebca
Author: Timothy Sample <[email protected]>
Date: Sun Nov 3 21:24:53 2019 -0500
gnu: ghc-edit-distance: Update dependency constraints.
* gnu/packages/haskell-xyz.scm (ghc-edit-distance): Change the phase
that updates the Cabal file to allow for newer versions 'QuickCheck'.
---
gnu/packages/haskell-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 76f43f0..5456e2a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2963,7 +2963,7 @@ with various performance characteristics.")
(lambda _
(substitute* "edit-distance.cabal"
(("QuickCheck >= 2\\.4 && <2\\.9")
- "QuickCheck >= 2.4 && < 2.12")))))))
+ "QuickCheck >= 2.4 && < 2.14")))))))
(inputs
`(("ghc-random" ,ghc-random)
("ghc-test-framework" ,ghc-test-framework)