Skip to content

Commit

Permalink
Major bound for servant-server's dependency on servant (#1574)
Browse files Browse the repository at this point in the history
Reflecting a revision made on hackage for servant-server 0.19.1
  • Loading branch information
alpmestan authored Mar 30, 2022
1 parent 658585a commit c19ed0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servant-server/servant-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ library
-- Servant dependencies
-- strict dependency as we re-export 'servant' things.
build-depends:
servant >= 0.19
servant >= 0.19 && < 0.20
, http-api-data >= 0.4.1 && < 0.4.4

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

0 comments on commit c19ed0f

Please sign in to comment.