We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b302863 commit c15f550Copy full SHA for c15f550
servant-server/servant-server.cabal
@@ -1,6 +1,7 @@
1
cabal-version: >=1.10
2
name: servant-server
3
version: 0.17
4
+x-revision: 1
5
6
synopsis: A family of combinators for defining webservices APIs and serving them
7
category: Servant, Web
@@ -74,7 +75,7 @@ library
74
75
-- Servant dependencies
76
-- strict dependency as we re-export 'servant' things.
77
build-depends:
- servant >= 0.16 && < 0.17.1
78
+ servant >= 0.17 && < 0.17.1
79
, http-api-data >= 0.4.1 && < 0.4.2
80
81
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
0 commit comments