Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [26 of 34] Compiling Network.Wai.Handler.Warp.HTTP2.PushPromise ( Network/Wai/Handler/Warp/HTTP2/PushPromise.hs, dist/build/Network/Wai/Handler/Warp/HTTP2/PushPromise.o, dist/build/Network/Wai/Handler/Warp/HTTP2/PushPromise.dyn_o )
- [27 of 34] Compiling Network.Wai.Handler.Warp.Response ( Network/Wai/Handler/Warp/Response.hs, dist/build/Network/Wai/Handler/Warp/Response.o, dist/build/Network/Wai/Handler/Warp/Response.dyn_o )
- [28 of 34] Compiling Network.Wai.Handler.Warp.HTTP2.Response ( Network/Wai/Handler/Warp/HTTP2/Response.hs, dist/build/Network/Wai/Handler/Warp/HTTP2/Response.o, dist/build/Network/Wai/Handler/Warp/HTTP2/Response.dyn_o )
- [29 of 34] Compiling Network.Wai.Handler.Warp.HTTP2 ( Network/Wai/Handler/Warp/HTTP2.hs, dist/build/Network/Wai/Handler/Warp/HTTP2.o, dist/build/Network/Wai/Handler/Warp/HTTP2.dyn_o )
- Network/Wai/Handler/Warp/HTTP2.hs:48:16: error:
- • Constructor ‘H2.Config’ does not have the required strict field(s):
- confMySockAddr :: SockAddr
- confPeerSockAddr :: SockAddr
- • In the expression:
- H2.Config
- {confWriteBuffer = bufBuffer writeBuffer,
- confBufferSize = bufSize writeBuffer, confSendAll = sendBS,
- confReadN = recvN, confPositionReadMaker = pReadMaker ii,
- confTimeoutManager = timeoutManager ii}
- In an equation for ‘conf’:
- conf
- = H2.Config
- {confWriteBuffer = bufBuffer writeBuffer,
- confBufferSize = bufSize writeBuffer, confSendAll = sendBS,
- confReadN = recvN, confPositionReadMaker = pReadMaker ii,
- confTimeoutManager = timeoutManager ii}
- In the expression:
- do istatus <- newIORef False
- rawRecvN <- makeRecvN bs $ connRecv conn
- writeBuffer <- readIORef $ connWriteBuffer conn
- let recvN
- = wrappedRecvN
- th istatus (S.settingsSlowlorisSize settings) rawRecvN
- sendBS x = connSendAll conn x >> T.tickle th
- ....
- ....
- |
- 48 | conf = H2.Config {
- | ^^^^^^^^^^^...
- [30 of 34] Compiling Network.Wai.Handler.Warp.HTTP1 ( Network/Wai/Handler/Warp/HTTP1.hs, dist/build/Network/Wai/Handler/Warp/HTTP1.o, dist/build/Network/Wai/Handler/Warp/HTTP1.dyn_o )
- cabal: Failed to build warp-3.3.25 (which is required by exe:hoogle from
- hoogle-5.0.18.3). See the build log above for details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement