We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fb721 commit d787984Copy full SHA for d787984
cabal.project
@@ -53,6 +53,12 @@ tests: True
53
optimization: False
54
-- reorder-goals: True
55
56
+-- Older warp versions fail to build with https >= 4.2:
57
+-- Network/Wai/Handler/Warp/HTTP2.hs:48:16: error:
58
+-- Error: • Constructor ‘H2.Config’ does not have the required strict field(s): confMySockAddr,
59
+-- confPeerSockAddr
60
+constraints: http2 <4.2
61
+
62
-- wreq-0.5.4.1 doesn't seem to work with ghc-8.6.5
63
if (impl(ghc < 8.8))
64
constraints: wreq == 0.5.4.0
0 commit comments