Allow hspec 2.10 for servant

Builds fine and all tests pass.
This commit is contained in:
Felix Yan 2022-10-28 23:36:04 +03:00 committed by GitHub
parent 58aa0d1c0c
commit 4557f808d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -166,9 +166,9 @@ test-suite spec
-- Additional dependencies
build-depends:
hspec >= 2.6.0 && < 2.10
hspec >= 2.6.0 && < 2.11
, QuickCheck >= 2.12.6.1 && < 2.15
, quickcheck-instances >= 0.3.19 && < 0.4
build-tool-depends:
hspec-discover:hspec-discover >= 2.6.0 && < 2.10
hspec-discover:hspec-discover >= 2.6.0 && < 2.11