Skip to content

Commit

Permalink
using http2 v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Jan 22, 2024
1 parent 1d6ba3b commit b8b0c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions warp/warp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Library
, hashable
, http-date
, http-types >= 0.12
, http2 >= 5.0 && < 5.1
, http2 >= 5.1 && < 5.2
, iproute >= 1.3.1
, recv >= 0.1.0 && < 0.2.0
, simple-sendfile >= 0.2.7 && < 0.3
Expand Down Expand Up @@ -202,7 +202,7 @@ Test-Suite spec
, http-client
, http-date
, http-types >= 0.12
, http2 >= 5.0 && < 5.1
, http2 >= 5.1 && < 5.2
, iproute >= 1.3.1
, network
, process
Expand Down

0 comments on commit b8b0c09

Please sign in to comment.