Relax servant-server to 0.6 as well

This commit is contained in:
Felix Yan 2022-11-03 01:27:14 +02:00 committed by GitHub
parent 66e8360cb3
commit fd867613ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ library
-- strict dependency as we re-export 'servant' things.
build-depends:
servant >= 0.19 && < 0.20
, http-api-data >= 0.4.1 && < 0.5.1
, http-api-data >= 0.4.1 && < 0.6
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
-- Here can be exceptions if we really need features from the newer versions.