packages feed

http2 0.9.0 → 0.9.1

raw patch · 2 files changed

+2/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

Network/HPACK/Table/Dynamic.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE TupleSections, RecordWildCards #-}+{-# LANGUAGE TupleSections, RecordWildCards, FlexibleContexts #-}  module Network.HPACK.Table.Dynamic (     DynamicTable(..)
http2.cabal view
@@ -1,5 +1,5 @@ Name:                   http2-Version:                0.9.0+Version:                0.9.1 Author:                 Kazu Yamamoto <kazu@iij.ad.jp> Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp> License:                BSD3