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'.
This commit is contained in:
parent
93c1fdd303
commit
4a0ffae590
@ -3482,9 +3482,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)
|
||||
|
Loading…
Reference in New Issue
Block a user