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 of 'QuickCheck'.
This commit is contained in:
parent
132e107480
commit
d7d143e553
1 changed files with 1 additions and 1 deletions
|
@ -2964,7 +2964,7 @@ with various performance characteristics.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "edit-distance.cabal"
|
(substitute* "edit-distance.cabal"
|
||||||
(("QuickCheck >= 2\\.4 && <2\\.9")
|
(("QuickCheck >= 2\\.4 && <2\\.9")
|
||||||
"QuickCheck >= 2.4 && < 2.12")))))))
|
"QuickCheck >= 2.4 && < 2.14")))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-random" ,ghc-random)
|
`(("ghc-random" ,ghc-random)
|
||||||
("ghc-test-framework" ,ghc-test-framework)
|
("ghc-test-framework" ,ghc-test-framework)
|
||||||
|
|
Reference in a new issue