Skip to content

Commit

Permalink
Allow warp-3.3 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Dec 14, 2019
1 parent 0215b60 commit f7d5c01
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion changelog.d/z-dependency-upgrades
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
synopsis: Dependency upgrades
prs:
#1173
#1181
#1183
#1188
#1224
#1245
#1173
#1257
2 changes: 1 addition & 1 deletion servant-conduit/servant-conduit.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ test-suite example
, servant-server >=0.15 && <0.17
, servant-client >=0.15 && <0.17
, wai >=3.2.1.2 && <3.3
, warp >=3.2.25 && <3.3
, warp >=3.2.25 && <3.4
, 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 @@ -60,6 +60,6 @@ test-suite example
, servant-server >=0.15 && <0.17
, servant-client >=0.15 && <0.17
, wai >=3.2.1.2 && <3.3
, warp >=3.2.25 && <3.3
, warp >=3.2.25 && <3.4
, 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 @@ -63,6 +63,6 @@ test-suite example
, servant-server >=0.15 && <0.17
, servant-client >=0.15 && <0.17
, wai >=3.2.1.2 && <3.3
, warp >=3.2.25 && <3.3
, warp >=3.2.25 && <3.4
, http-client
default-language: Haskell2010
4 changes: 2 additions & 2 deletions servant-server/servant-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ executable greet

build-depends:
aeson >= 1.4.1.0 && < 1.5
, warp >= 3.2.25 && < 3.3
, warp >= 3.2.25 && < 3.4

test-suite spec
type: exitcode-stdio-1.0
Expand Down Expand Up @@ -165,7 +165,7 @@ test-suite spec
aeson >= 1.4.1.0 && < 1.5
, directory >= 1.3.0.0 && < 1.4
, hspec >= 2.6.0 && < 2.8
, hspec-wai >= 0.9.0 && < 0.10
, hspec-wai >= 0.10.1 && < 0.11
, QuickCheck >= 2.12.6.1 && < 2.14
, should-not-typecheck >= 2.1.0 && < 2.2
, temporary >= 1.3 && < 1.4
Expand Down

0 comments on commit f7d5c01

Please sign in to comment.