Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow warp-3.4 #1728

Merged
merged 1 commit into from
Mar 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion servant-auth/servant-auth-client/servant-auth-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test-suite spec
, time >= 1.5.0.1 && < 1.13
, transformers >= 0.4.2.0 && < 0.7
, wai >= 3.2.1.2 && < 3.3
, warp >= 3.2.25 && < 3.4
, warp >= 3.2.25 && < 3.5
, jose >= 0.10 && < 0.12
other-modules:
Servant.Auth.ClientSpec
Expand Down
2 changes: 1 addition & 1 deletion servant-auth/servant-auth-server/servant-auth-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ test-suite spec
, QuickCheck >= 2.11.3 && < 2.15
, http-client >= 0.5.13.1 && < 0.8
, lens-aeson >= 1.0.2 && < 1.3
, warp >= 3.2.25 && < 3.4
, warp >= 3.2.25 && < 3.5
, wreq >= 0.5.2.1 && < 0.6
, text >= 1.2.3.0 && < 2.2
other-modules:
Expand Down
2 changes: 1 addition & 1 deletion servant-conduit/servant-conduit.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ test-suite example
, servant-server >=0.20 && <0.21
, servant-client >=0.20 && <0.21
, wai >=3.2.1.2 && <3.3
, warp >=3.2.25 && <3.4
, warp >=3.2.25 && <3.5
, http-client
default-language: Haskell2010
2 changes: 1 addition & 1 deletion servant-machines/servant-machines.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ test-suite example
, servant-server >=0.20 && <0.21
, servant-client >=0.20 && <0.21
, wai >=3.2.1.2 && <3.3
, warp >=3.2.25 && <3.4
, warp >=3.2.25 && <3.5
, http-client
default-language: Haskell2010
2 changes: 1 addition & 1 deletion servant-pipes/servant-pipes.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ test-suite example
, servant-server >=0.15 && <0.21
, servant-client >=0.15 && <0.21
, wai >=3.2.1.2 && <3.3
, warp >=3.2.25 && <3.4
, warp >=3.2.25 && <3.5
, http-client
default-language: Haskell2010
2 changes: 1 addition & 1 deletion servant-server/servant-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ executable greet

build-depends:
aeson >= 1.4.1.0 && < 3
, warp >= 3.2.25 && < 3.4
, warp >= 3.2.25 && < 3.5

test-suite spec
type: exitcode-stdio-1.0
Expand Down
Loading