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:
Timothy Sample 2019-11-03 12:22:18 -05:00
parent 93c1fdd303
commit 4a0ffae590
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59

View File

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