Major bound for servant-server's dependency on servant (#1574)

Reflecting a revision made on hackage for servant-server 0.19.1
This commit is contained in:
Alp 2022-03-30 02:10:54 +02:00 committed by GitHub
parent 658585a7cd
commit c19ed0fb92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ library
-- Servant dependencies
-- strict dependency as we re-export 'servant' things.
build-depends:
servant >= 0.19
servant >= 0.19 && < 0.20
, http-api-data >= 0.4.1 && < 0.4.4
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.