Skip to content

Commit

Permalink
Constraint http2 <4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maksbotan committed Oct 1, 2023
1 parent 57e0f29 commit 8a4a7f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ tests: True
optimization: False
-- reorder-goals: True

-- Older warp versions fail to build with https >= 4.2:
-- Network/Wai/Handler/Warp/HTTP2.hs:48:16: error:
-- Error: • Constructor ‘H2.Config’ does not have the required strict field(s): confMySockAddr,
-- confPeerSockAddr
constraints: http2 <4.2

-- wreq-0.5.4.1 doesn't seem to work with ghc-8.6.5
if (impl(ghc < 8.8))
constraints: wreq == 0.5.4.0
Expand Down

0 comments on commit 8a4a7f5

Please sign in to comment.