http2 0.0.0 → 0.0.1
raw patch · 2 files changed
+6/−3 lines, 2 files
Files
- Network/HPACK/Context/ReferenceSet.hs +1/−1
- http2.cabal +5/−2
Network/HPACK/Context/ReferenceSet.hs view
@@ -19,7 +19,7 @@ ---------------------------------------------------------------- -- | Type for the reference set.-data ReferenceSet = ReferenceSet [Index] deriving Show+newtype ReferenceSet = ReferenceSet [Index] deriving Show -- | Empty reference set. emptyReferenceSet :: ReferenceSet
http2.cabal view
@@ -1,12 +1,15 @@ Name: http2-Version: 0.0.0+Version: 0.0.1 Author: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> License: BSD3 License-File: LICENSE Synopsis: HTTP/2.0 library including HPACK Description: HTTP/2.0 library including HPACK.- Currently only HPACK 06 is supported.+ Currently only (coming) HPACK 06 is supported.+ Use Network.HPACK only.+ Many modules are exported for debugging+ purpose only. Please don't import them. Category: Network Cabal-Version: >= 1.10 Build-Type: Simple