[Git][haskell-team/DHG_packages][master] 4 commits: cborg-json: Upgrading from 0.2.5.0 to 0.2.6.0

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Tue Oct 8 13:21:40 BST 2024



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
65452ede by Ilias Tsitsimpis at 2024-10-08T15:05:50+03:00
cborg-json: Upgrading from 0.2.5.0 to 0.2.6.0

- - - - -
16be1478 by Ilias Tsitsimpis at 2024-10-08T15:07:33+03:00
http2: Upgrading from 4.1.4 to 5.0.1

- - - - -
c7fbce9d by Ilias Tsitsimpis at 2024-10-08T15:08:16+03:00
texmath: Upgrading from 0.12.8.3 to 0.12.8.7

- - - - -
ef0981a5 by Ilias Tsitsimpis at 2024-10-08T15:20:18+03:00
tasty-checklist: Sourceful upload for GHC 9.6

- - - - -


13 changed files:

- p/haskell-cborg-json/debian/changelog
- p/haskell-cborg-json/debian/control
- − p/haskell-cborg-json/debian/patches/newer-deps
- − p/haskell-cborg-json/debian/patches/series
- p/haskell-http2/debian/changelog
- p/haskell-http2/debian/control
- p/haskell-http2/debian/patches/disable-tests-with-external-test-cases
- p/haskell-tasty-checklist/debian/changelog
- p/haskell-tasty-checklist/debian/control
- + p/haskell-tasty-checklist/debian/patches/newer-doctest
- + p/haskell-tasty-checklist/debian/patches/series
- p/haskell-texmath/debian/changelog
- p/haskell-texmath/debian/control


Changes:

=====================================
p/haskell-cborg-json/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-cborg-json (0.2.5.0-3) UNRELEASED; urgency=medium
+haskell-cborg-json (0.2.6.0-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.7.0
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 11 Sep 2024 15:17:04 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 08 Oct 2024 15:05:28 +0300
 
 haskell-cborg-json (0.2.5.0-2) unstable; urgency=medium
 


=====================================
p/haskell-cborg-json/debian/control
=====================================
@@ -9,11 +9,14 @@ Build-Depends: debhelper (>= 10),
  ghc (>= 9.4),
  ghc-prof,
  libghc-aeson-dev (>= 0.7),
- libghc-aeson-dev (<< 2.2),
+ libghc-aeson-dev (<< 2.3),
  libghc-aeson-prof,
  libghc-aeson-pretty-dev (>= 0.8),
  libghc-aeson-pretty-dev (<< 0.9),
  libghc-aeson-pretty-prof,
+ libghc-base64-bytestring-dev (>= 1.0),
+ libghc-base64-bytestring-dev (<< 1.3),
+ libghc-base64-bytestring-prof,
  libghc-cborg-dev (>= 0.2),
  libghc-cborg-dev (<< 0.3),
  libghc-cborg-prof,
@@ -29,6 +32,7 @@ Build-Depends: debhelper (>= 10),
 Build-Depends-Indep: ghc-doc,
  libghc-aeson-doc,
  libghc-aeson-pretty-doc,
+ libghc-base64-bytestring-doc,
  libghc-cborg-doc,
  libghc-scientific-doc,
  libghc-unordered-containers-doc,


=====================================
p/haskell-cborg-json/debian/patches/newer-deps deleted
=====================================
@@ -1,20 +0,0 @@
-Index: b/cborg-json.cabal
-===================================================================
---- a/cborg-json.cabal
-+++ b/cborg-json.cabal
-@@ -1,5 +1,6 @@
- name:                cborg-json
- version:             0.2.5.0
-+x-revision: 1
- synopsis:            A library for encoding JSON as CBOR
- description:         This package implements the bijection between JSON and
-                      CBOR defined in the CBOR specification, RFC 7049.
-@@ -35,7 +36,7 @@ library
-     unordered-containers >=0.2  && <0.3,
-     scientific           >=0.3  && <0.4,
-     text                 >=1.1  && <2.1,
--    vector               >=0.10 && <0.13,
-+    vector               >=0.10 && <0.14,
- 
-     cborg ==0.2.*
- 


=====================================
p/haskell-cborg-json/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps


=====================================
p/haskell-http2/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-http2 (4.1.4-2) UNRELEASED; urgency=medium
+haskell-http2 (5.0.1-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.7.0
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 11 Sep 2024 15:17:39 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 08 Oct 2024 15:06:56 +0300
 
 haskell-http2 (4.1.4-1) unstable; urgency=medium
 


=====================================
p/haskell-http2/debian/control
=====================================
@@ -11,23 +11,32 @@ Build-Depends:
  haskell-devscripts (>= 0.13),
  ghc (>= 9.4),
  ghc-prof,
- libghc-async-dev,
+ libghc-async-dev (>= 2.2),
+ libghc-async-dev (<< 2.3),
  libghc-async-prof,
- libghc-case-insensitive-dev,
+ libghc-case-insensitive-dev (>= 1.2),
+ libghc-case-insensitive-dev (<< 1.3),
  libghc-case-insensitive-prof,
- libghc-http-types-dev,
+ libghc-http-types-dev (>= 0.12),
+ libghc-http-types-dev (<< 0.13),
  libghc-http-types-prof,
- libghc-network-dev,
+ libghc-network-dev (>= 3.1),
+ libghc-network-dev (<< 3.2),
  libghc-network-prof,
- libghc-network-byte-order-dev (>= 0.1.5),
+ libghc-network-byte-order-dev (>= 0.1.7),
+ libghc-network-byte-order-dev (<< 0.2),
  libghc-network-byte-order-prof,
- libghc-psqueues-dev,
- libghc-psqueues-prof,
- libghc-time-manager-dev,
+ libghc-network-control-dev (>= 0.0.2),
+ libghc-network-control-dev (<< 0.1),
+ libghc-network-control-prof,
+ libghc-time-manager-dev (>= 0.0.1),
+ libghc-time-manager-dev (<< 0.1),
  libghc-time-manager-prof,
- libghc-unix-time-dev,
+ libghc-unix-time-dev (>= 0.4.11),
+ libghc-unix-time-dev (<< 0.5),
  libghc-unix-time-prof,
- libghc-unliftio-dev,
+ libghc-unliftio-dev (>= 0.2),
+ libghc-unliftio-dev (<< 0.3),
  libghc-unliftio-prof,
  libghc-glob-dev (>= 0.9),
  libghc-glob-prof,
@@ -35,15 +44,20 @@ Build-Depends:
  libghc-aeson-prof,
  libghc-aeson-pretty-dev,
  libghc-aeson-pretty-prof,
+ libghc-async-dev,
  libghc-base16-bytestring-dev (>= 1.0),
  libghc-base16-bytestring-prof,
  libghc-crypton-dev,
  libghc-crypton-prof,
  libghc-hspec-dev (>= 1.3),
  libghc-hspec-prof,
+ libghc-http-types-dev,
+ libghc-network-dev,
  libghc-network-byte-order-dev,
  libghc-network-run-dev (>= 0.1.0),
  libghc-network-run-prof,
+ libghc-random-dev,
+ libghc-random-prof,
  libghc-typed-process-dev,
  libghc-typed-process-prof,
  libghc-unordered-containers-dev,
@@ -56,7 +70,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-http-types-doc,
  libghc-network-doc,
  libghc-network-byte-order-doc,
- libghc-psqueues-doc,
+ libghc-network-control-doc,
  libghc-time-manager-doc,
  libghc-unix-time-doc,
  libghc-unliftio-doc,


=====================================
p/haskell-http2/debian/patches/disable-tests-with-external-test-cases
=====================================
@@ -2,7 +2,7 @@ Index: b/http2.cabal
 ===================================================================
 --- a/http2.cabal
 +++ b/http2.cabal
-@@ -336,59 +336,6 @@ test-suite spec2
+@@ -337,59 +337,6 @@ test-suite spec2
      else
          buildable: False
  


=====================================
p/haskell-tasty-checklist/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-tasty-checklist (1.0.6.0-2) UNRELEASED; urgency=medium
+haskell-tasty-checklist (1.0.6.0-2) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.7.0
+  * Sourceful upload for GHC 9.6
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 11 Sep 2024 15:18:23 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 08 Oct 2024 15:08:56 +0300
 
 haskell-tasty-checklist (1.0.6.0-1) unstable; urgency=medium
 


=====================================
p/haskell-tasty-checklist/debian/control
=====================================
@@ -6,10 +6,9 @@ Section: haskell
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
  cdbs,
- ghc,
+ ghc (>= 9.6),
  ghc-prof,
  libghc-doctest-dev (>= 0.10),
- libghc-doctest-dev (<< 0.22),
  libghc-doctest-prof,
  libghc-hunit-dev,
  libghc-hunit-prof,


=====================================
p/haskell-tasty-checklist/debian/patches/newer-doctest
=====================================
@@ -0,0 +1,13 @@
+Index: b/tasty-checklist.cabal
+===================================================================
+--- a/tasty-checklist.cabal
++++ b/tasty-checklist.cabal
+@@ -71,7 +71,7 @@ test-suite checklistDocTests
+   main-is:          DocTestChecklist.hs
+   build-depends: base
+                , HUnit
+-               , doctest >= 0.10 && < 0.22
++               , doctest >= 0.10
+                , parameterized-utils
+                , tasty
+                , tasty-checklist


=====================================
p/haskell-tasty-checklist/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-doctest


=====================================
p/haskell-texmath/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-texmath (0.12.8.3-2) UNRELEASED; urgency=medium
+haskell-texmath (0.12.8.7-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.7.0
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 11 Sep 2024 15:18:26 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 08 Oct 2024 15:08:15 +0300
 
 haskell-texmath (0.12.8.3-1) unstable; urgency=medium
 


=====================================
p/haskell-texmath/debian/control
=====================================
@@ -21,8 +21,8 @@ Build-Depends:
  libghc-syb-dev (>= 0.4.2),
  libghc-syb-dev (<< 0.8),
  libghc-syb-prof,
- libghc-typst-symbols-dev (>= 0.1.4),
- libghc-typst-symbols-dev (<< 0.1.5),
+ libghc-typst-symbols-dev (>= 0.1.5),
+ libghc-typst-symbols-dev (<< 0.1.6),
  libghc-typst-symbols-prof,
  libghc-xml-dev,
  libghc-xml-prof,



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/c171214ba9a8a17a0e550cfaa44c4a02b5f3f63e...ef0981a53113447aa88b2694085956eb94d1e332

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/c171214ba9a8a17a0e550cfaa44c4a02b5f3f63e...ef0981a53113447aa88b2694085956eb94d1e332
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/20241008/16243d65/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list