Major bound for servant-server's dependency on servant

I made the revision on hackage, just reflecting it here.
This commit is contained in:
Alp 2022-03-29 18:36:10 +02:00 committed by GitHub
parent 658585a7cd
commit 9cacd29631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.