me
/
guix
Archived
1
0
Fork 0

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
Timothy Sample 2019-11-03 21:24:53 -05:00
parent 132e107480
commit d7d143e553
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 1 additions and 1 deletions

View File

@ -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)