http2 2.0.4 → 2.0.5
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Network/HTTP2/Server/Worker.hs +1/−1
- http2.cabal +1/−1
Network/HTTP2/Server/Worker.hs view
@@ -138,7 +138,7 @@ T.resume th T.tickle th let aux = Aux th- server req aux $ response ctx mgr th tcont strm req'+ server req' aux $ response ctx mgr th tcont strm req' cont1 <- case ex of Right () -> return True Left e@(SomeException _)
http2.cabal view
@@ -1,5 +1,5 @@ Name: http2-Version: 2.0.4+Version: 2.0.5 Author: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> License: BSD3