Incorrect lower bound in servant-server

This commit is contained in:
Oleg Grenrus 2020-01-23 22:26:02 +02:00
parent b30286312f
commit c15f550e1f

View File

@ -1,6 +1,7 @@
cabal-version: >=1.10
name: servant-server
version: 0.17
x-revision: 1
synopsis: A family of combinators for defining webservices APIs and serving them
category: Servant, Web
@ -74,7 +75,7 @@ library
-- Servant dependencies
-- strict dependency as we re-export 'servant' things.
build-depends:
servant >= 0.16 && < 0.17.1
servant >= 0.17 && < 0.17.1
, http-api-data >= 0.4.1 && < 0.4.2
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.