Skip to content

Commit c15f550

Browse files
committed
Incorrect lower bound in servant-server
1 parent b302863 commit c15f550

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

servant-server/servant-server.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: >=1.10
22
name: servant-server
33
version: 0.17
4+
x-revision: 1
45

56
synopsis: A family of combinators for defining webservices APIs and serving them
67
category: Servant, Web
@@ -74,7 +75,7 @@ library
7475
-- Servant dependencies
7576
-- strict dependency as we re-export 'servant' things.
7677
build-depends:
77-
servant >= 0.16 && < 0.17.1
78+
servant >= 0.17 && < 0.17.1
7879
, http-api-data >= 0.4.1 && < 0.4.2
7980

8081
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.

0 commit comments

Comments
 (0)