Skip to content

Commit c19ed0f

Browse files
authored
Major bound for servant-server's dependency on servant (#1574)
Reflecting a revision made on hackage for servant-server 0.19.1
1 parent 658585a commit c19ed0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-server/servant-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ library
7272
-- Servant dependencies
7373
-- strict dependency as we re-export 'servant' things.
7474
build-depends:
75-
servant >= 0.19
75+
servant >= 0.19 && < 0.20
7676
, http-api-data >= 0.4.1 && < 0.4.4
7777

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

0 commit comments

Comments
 (0)