[Git][haskell-team/DHG_packages][master] http2: Upgrading from 1.6.5 to 2.0.4

Clint Adams gitlab at salsa.debian.org
Wed Jun 3 23:11:44 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
d8066392 by Clint Adams at 2020-06-03T18:10:08-04:00
http2: Upgrading from 1.6.5 to 2.0.4

- - - - -


4 changed files:

- p/haskell-http2/debian/changelog
- p/haskell-http2/debian/control
- p/haskell-http2/debian/patches/disable-doctest
- p/haskell-http2/debian/patches/disable-tests-with-external-test-cases


Changes:

=====================================
p/haskell-http2/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-http2 (2.0.4-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Wed, 03 Jun 2020 18:07:13 -0400
+
 haskell-http2 (1.6.5-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/haskell-http2/debian/control
=====================================
@@ -13,31 +13,40 @@ Build-Depends:
  ghc-prof,
  libghc-case-insensitive-dev,
  libghc-case-insensitive-prof,
- libghc-network-byte-order-dev,
+ libghc-http-types-dev,
+ libghc-http-types-prof,
+ libghc-network-dev,
+ libghc-network-prof,
+ libghc-network-byte-order-dev (>= 0.1.1),
  libghc-network-byte-order-prof,
  libghc-psqueues-dev,
  libghc-psqueues-prof,
+ libghc-time-manager-dev,
+ libghc-time-manager-prof,
+ libghc-glob-dev (>= 0.9),
+ libghc-glob-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,
- 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,
+ libghc-network-byte-order-dev,
+ libghc-unordered-containers-dev,
+ libghc-vector-dev,
+ libghc-vector-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-case-insensitive-doc,
+ libghc-http-types-doc,
+ libghc-network-doc,
  libghc-network-byte-order-doc,
  libghc-psqueues-doc,
-Standards-Version: 4.4.0
+ libghc-time-manager-doc,
+Standards-Version: 4.5.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]


=====================================
p/haskell-http2/debian/patches/disable-doctest
=====================================
@@ -1,6 +1,6 @@
 --- a/http2.cabal
 +++ b/http2.cabal
-@@ -90,15 +90,6 @@
+@@ -111,17 +111,6 @@
  
  ----------------------------------------------------------------
  
@@ -12,6 +12,8 @@
 -  Main-Is:              doctests.hs
 -  Build-Depends:        base >= 4 && < 5
 -                      , doctest >= 0.9.3
+-  if impl(ghc >= 8)
+-      Default-Extensions:  Strict StrictData
 -
  Test-Suite spec
    Type:                 exitcode-stdio-1.0


=====================================
p/haskell-http2/debian/patches/disable-tests-with-external-test-cases
=====================================
@@ -1,8 +1,8 @@
 --- a/http2.cabal
 +++ b/http2.cabal
-@@ -142,76 +142,6 @@
-                       , stm
-                       , word8
+@@ -183,106 +183,6 @@
+   if impl(ghc >= 8)
+       Default-Extensions:  Strict StrictData
  
 -Test-Suite hpack
 -  Type:                 exitcode-stdio-1.0
@@ -13,8 +13,8 @@
 -  Other-Modules:        HPACKDecode
 -                        HPACKSpec
 -                        JSON
+-                        Imports
 -                        Network.HPACK
--                        Network.HPACK.Buffer
 -                        Network.HPACK.Builder
 -                        Network.HPACK.HeaderBlock
 -                        Network.HPACK.HeaderBlock.Decode
@@ -34,6 +34,28 @@
 -                        Network.HPACK.Table.Static
 -                        Network.HPACK.Token
 -                        Network.HPACK.Types
+-                        Network.HTTP2
+-                        Network.HTTP2.Decode
+-                        Network.HTTP2.Encode
+-                        Network.HTTP2.Priority
+-                        Network.HTTP2.Priority.PSQ
+-                        Network.HTTP2.Priority.Queue
+-                        Network.HTTP2.Server.API
+-                        Network.HTTP2.Server.Config
+-                        Network.HTTP2.Server.Context
+-                        Network.HTTP2.Server.EncodeFrame
+-                        Network.HTTP2.Server.File
+-                        Network.HTTP2.Server.HPACK
+-                        Network.HTTP2.Server.Manager
+-                        Network.HTTP2.Server.Queue
+-                        Network.HTTP2.Server.ReadN
+-                        Network.HTTP2.Server.Receiver
+-                        Network.HTTP2.Server.Run
+-                        Network.HTTP2.Server.Sender
+-                        Network.HTTP2.Server.Stream
+-                        Network.HTTP2.Server.Types
+-                        Network.HTTP2.Server.Worker
+-                        Network.HTTP2.Types
 -  Build-Depends:        base >= 4 && < 5
 -                      , aeson
 -                      , aeson-pretty
@@ -45,11 +67,17 @@
 -                      , directory
 -                      , filepath
 -                      , hspec >= 1.3
+-                      , http-types
+-                      , network
 -                      , network-byte-order
+-                      , psqueues
+-                      , stm
 -                      , text
+-                      , time-manager
 -                      , unordered-containers
 -                      , vector
--                      , word8
+-  if impl(ghc >= 8)
+-      Default-Extensions:  Strict StrictData
 -
 -Test-Suite frame
 -  Type:                 exitcode-stdio-1.0
@@ -73,6 +101,8 @@
 -                      , network-byte-order
 -                      , text
 -                      , unordered-containers
+-  if impl(ghc >= 8)
+-      Default-Extensions:  Strict StrictData
 -
  ----------------------------------------------------------------
  



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d806639280051270a1deb1260c3096ced2ff2b2e

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d806639280051270a1deb1260c3096ced2ff2b2e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20200603/b968c815/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list