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
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue