mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -3482,9 +3482,9 @@ encourages inductive, recursive definitions of graph algorithms.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "fgl-arbitrary.cabal"
|
(substitute* "fgl-arbitrary.cabal"
|
||||||
(("QuickCheck >= 2\\.3 && < 2\\.10")
|
(("QuickCheck >= 2\\.3 && < 2\\.10")
|
||||||
"QuickCheck >= 2.3 && < 2.12")
|
"QuickCheck >= 2.3 && < 2.14")
|
||||||
(("hspec >= 2\\.1 && < 2\\.5")
|
(("hspec >= 2\\.1 && < 2\\.5")
|
||||||
"hspec >= 2.1 && < 2.6")))))))
|
"hspec >= 2.1 && < 2.8")))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-fgl" ,ghc-fgl)
|
`(("ghc-fgl" ,ghc-fgl)
|
||||||
("ghc-quickcheck" ,ghc-quickcheck)
|
("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue