Commit 938b9739 authored by Clint Adams's avatar Clint Adams
Browse files

http2: Upgrading from 1.6.3 to 1.6.5

parent e9ad8be7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-http2 (1.6.5-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Fri, 30 Aug 2019 21:39:02 -0400

haskell-http2 (1.6.3-4) unstable; urgency=medium

  * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
+19 −11
Original line number Diff line number Diff line
@@ -8,28 +8,36 @@ Rules-Requires-Root: no
Build-Depends:
 cdbs,
 debhelper (>= 10),
 haskell-devscripts (>= 0.13),
 ghc (>= 8.4.3),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-aeson-dev,
 libghc-aeson-pretty-dev,
 libghc-case-insensitive-dev,
 libghc-case-insensitive-prof,
 libghc-doctest-dev (>= 0.9.3),
 libghc-glob-dev,
 libghc-hex-dev,
 libghc-hspec-dev (>= 1.3),
 libghc-mwc-random-dev,
 libghc-network-byte-order-dev,
 libghc-network-byte-order-prof,
 libghc-psqueues-dev,
 libghc-psqueues-prof,
 libghc-aeson-dev,
 libghc-aeson-prof,
 libghc-aeson-pretty-dev,
 libghc-aeson-pretty-prof,
 libghc-base16-bytestring-dev,
 libghc-base16-bytestring-prof,
 libghc-unordered-containers-dev,
 libghc-vector-dev,
 libghc-word8-dev,
Build-Depends-Indep:
 ghc-doc,
 libghc-word8-prof,
 libghc-glob-dev (>= 0.9),
 libghc-glob-prof,
 libghc-doctest-dev (>= 0.9.3),
 libghc-doctest-prof,
 libghc-hspec-dev (>= 1.3),
 libghc-hspec-prof,
Build-Depends-Indep: ghc-doc,
 libghc-case-insensitive-doc,
 libghc-network-byte-order-doc,
 libghc-psqueues-doc,
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Homepage: https://github.com/kazu-yamamoto/http2
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-http2
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-http2]
+1 −1
Original line number Diff line number Diff line
--- a/http2.cabal
+++ b/http2.cabal
@@ -89,15 +89,6 @@
@@ -90,15 +90,6 @@
 
 ----------------------------------------------------------------
 
+30 −6
Original line number Diff line number Diff line
--- a/http2.cabal
+++ b/http2.cabal
@@ -112,52 +112,6 @@
@@ -142,76 +142,6 @@
                       , stm
                       , word8
 
@@ -13,18 +13,39 @@
-  Other-Modules:        HPACKDecode
-                        HPACKSpec
-                        JSON
-                        Network.HPACK
-                        Network.HPACK.Buffer
-                        Network.HPACK.Builder
-                        Network.HPACK.HeaderBlock
-                        Network.HPACK.HeaderBlock.Decode
-                        Network.HPACK.HeaderBlock.Encode
-                        Network.HPACK.HeaderBlock.Integer
-                        Network.HPACK.Huffman
-                        Network.HPACK.Huffman.Bit
-                        Network.HPACK.Huffman.Decode
-                        Network.HPACK.Huffman.Encode
-                        Network.HPACK.Huffman.Params
-                        Network.HPACK.Huffman.Table
-                        Network.HPACK.Huffman.Tree
-                        Network.HPACK.Table
-                        Network.HPACK.Table.Dynamic
-                        Network.HPACK.Table.Entry
-                        Network.HPACK.Table.RevIndex
-                        Network.HPACK.Table.Static
-                        Network.HPACK.Token
-                        Network.HPACK.Types
-  Build-Depends:        base >= 4 && < 5
-                      , aeson
-                      , aeson-pretty
-                      , array
-                      , base16-bytestring
-                      , bytestring
-                      , bytestring-builder
-                      , case-insensitive
-                      , containers
-                      , directory
-                      , filepath
-                      , hex
-                      , hspec >= 1.3
-                      , network-byte-order
-                      , text
-                      , unordered-containers
-                      , vector
@@ -37,19 +58,22 @@
-  GHC-Options:          -Wall
-  Main-Is:              Spec.hs
-  Other-Modules:        Case
-                        FrameSpec
-                        JSON
-  Build-Depends:        base >= 4 && < 5
-                      , Glob
-                      , Glob >= 0.9
-                      , aeson
-                      , aeson-pretty
-                      , base16-bytestring
-                      , bytestring
-                      , directory
-                      , filepath
-                      , hex
-                      , hspec >= 1.3
-                      , http2
-                      , network-byte-order
-                      , text
-                      , unordered-containers
 
-
 ----------------------------------------------------------------
 
 Executable hpack-encode
+0 −42
Original line number Diff line number Diff line
--- a/http2.cabal
+++ b/http2.cabal
@@ -81,7 +81,6 @@
   Build-Depends:        base >= 4.6 && < 5
                       , array
                       , bytestring >= 0.10
-                      , bytestring-builder
                       , case-insensitive
                       , containers >= 0.5
                       , psqueues
@@ -105,7 +104,6 @@
   Build-Depends:        base >= 4 && < 5
                       , array
                       , bytestring
-                      , bytestring-builder
                       , case-insensitive
                       , containers
                       , hex
@@ -178,7 +176,6 @@
                       , aeson-pretty
                       , array
                       , bytestring
-                      , bytestring-builder
                       , case-insensitive
                       , containers
                       , hex
@@ -200,7 +197,6 @@
                       , aeson
                       , array
                       , bytestring
-                      , bytestring-builder
                       , case-insensitive
                       , containers
                       , hex
@@ -223,7 +219,6 @@
                       , aeson-pretty
                       , array
                       , bytestring
-                      , bytestring-builder
                       , case-insensitive
                       , containers
                       , directory
Loading