Incorrect lower bound in servant-server
This commit is contained in:
parent
b30286312f
commit
c15f550e1f
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
name: servant-server
|
name: servant-server
|
||||||
version: 0.17
|
version: 0.17
|
||||||
|
x-revision: 1
|
||||||
|
|
||||||
synopsis: A family of combinators for defining webservices APIs and serving them
|
synopsis: A family of combinators for defining webservices APIs and serving them
|
||||||
category: Servant, Web
|
category: Servant, Web
|
||||||
|
@ -74,7 +75,7 @@ library
|
||||||
-- Servant dependencies
|
-- Servant dependencies
|
||||||
-- strict dependency as we re-export 'servant' things.
|
-- strict dependency as we re-export 'servant' things.
|
||||||
build-depends:
|
build-depends:
|
||||||
servant >= 0.16 && < 0.17.1
|
servant >= 0.17 && < 0.17.1
|
||||||
, http-api-data >= 0.4.1 && < 0.4.2
|
, http-api-data >= 0.4.1 && < 0.4.2
|
||||||
|
|
||||||
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
|
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
|
||||||
|
|
Loading…
Add table
Reference in a new issue