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'.master
parent
132e107480
commit
d7d143e553
|
@ -2964,7 +2964,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)
|
||||
|
|
Reference in New Issue