[Git][haskell-team/DHG_packages][master] 16 commits: cborg-json: Sourceful upload for GHC 9.10
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Wed Feb 11 16:34:45 GMT 2026
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
57613836 by Ilias Tsitsimpis at 2026-02-11T18:24:20+02:00
cborg-json: Sourceful upload for GHC 9.10
- - - - -
4f22cf3b by Ilias Tsitsimpis at 2026-02-11T18:24:20+02:00
happstack-jmacro: Sourceful upload for GHC 9.10
- - - - -
44f3cc78 by Ilias Tsitsimpis at 2026-02-11T18:24:20+02:00
hedis: Sourceful upload for GHC 9.10
- - - - -
0cfceacf by Ilias Tsitsimpis at 2026-02-11T18:24:20+02:00
heterocephalus: Sourceful upload for GHC 9.10
- - - - -
9289fe24 by Ilias Tsitsimpis at 2026-02-11T18:24:20+02:00
hledger-lib: Sourceful upload for GHC 9.10
- - - - -
6e8bb039 by Ilias Tsitsimpis at 2026-02-11T18:24:20+02:00
hslua: Sourceful upload for GHC 9.10
- - - - -
44b674c5 by Ilias Tsitsimpis at 2026-02-11T18:24:20+02:00
http-client-restricted: Sourceful upload for GHC 9.10
- - - - -
0601be25 by Ilias Tsitsimpis at 2026-02-11T18:24:20+02:00
http-streams: Sourceful upload for GHC 9.10
- - - - -
0e593216 by Ilias Tsitsimpis at 2026-02-11T18:24:20+02:00
jsonpath: Sourceful upload for GHC 9.10
- - - - -
712ffb1a by Ilias Tsitsimpis at 2026-02-11T18:24:21+02:00
lambdabot-reference-plugins: Sourceful upload for GHC 9.10
- - - - -
95b2de1e by Ilias Tsitsimpis at 2026-02-11T18:24:21+02:00
lambdahack: Sourceful upload for GHC 9.10
- - - - -
c057c785 by Ilias Tsitsimpis at 2026-02-11T18:24:21+02:00
lens-aeson: Sourceful upload for GHC 9.10
- - - - -
1261e26f by Ilias Tsitsimpis at 2026-02-11T18:24:21+02:00
ogma-extra: Sourceful upload for GHC 9.10
- - - - -
140f6ebe by Ilias Tsitsimpis at 2026-02-11T18:24:21+02:00
path-io: Sourceful upload for GHC 9.10
- - - - -
9fd619db by Ilias Tsitsimpis at 2026-02-11T18:24:21+02:00
rio-prettyprint: Sourceful upload for GHC 9.10
- - - - -
1cc88fea by Ilias Tsitsimpis at 2026-02-11T18:24:21+02:00
twitter-types-lens: Sourceful upload for GHC 9.10
- - - - -
26 changed files:
- p/haskell-cborg-json/debian/changelog
- + p/haskell-cborg-json/debian/patches/newer-deps
- + p/haskell-cborg-json/debian/patches/series
- p/haskell-happstack-jmacro/debian/changelog
- p/haskell-hedis/debian/changelog
- p/haskell-hedis/debian/control
- + p/haskell-hedis/debian/patches/newer-deps
- + p/haskell-hedis/debian/patches/series
- p/haskell-heterocephalus/debian/changelog
- p/haskell-hledger-lib/debian/changelog
- p/haskell-hslua/debian/changelog
- p/haskell-http-client-restricted/debian/changelog
- p/haskell-http-streams/debian/changelog
- p/haskell-jsonpath/debian/changelog
- p/haskell-lambdabot-reference-plugins/debian/changelog
- p/haskell-lambdabot-reference-plugins/debian/control
- + p/haskell-lambdabot-reference-plugins/debian/patches/newer-deps
- + p/haskell-lambdabot-reference-plugins/debian/patches/series
- p/haskell-lambdahack/debian/changelog
- p/haskell-lens-aeson/debian/changelog
- + p/haskell-lens-aeson/debian/patches/newer-deps
- + p/haskell-lens-aeson/debian/patches/series
- p/haskell-ogma-extra/debian/changelog
- p/haskell-path-io/debian/changelog
- p/haskell-rio-prettyprint/debian/changelog
- p/haskell-twitter-types-lens/debian/changelog
Changes:
=====================================
p/haskell-cborg-json/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-cborg-json (0.2.6.0-2) UNRELEASED; urgency=medium
+haskell-cborg-json (0.2.6.0-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:12 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Feb 2026 18:07:35 +0200
haskell-cborg-json (0.2.6.0-1) unstable; urgency=medium
=====================================
p/haskell-cborg-json/debian/patches/newer-deps
=====================================
@@ -0,0 +1,68 @@
+Index: b/cborg-json.cabal
+===================================================================
+--- a/cborg-json.cabal
++++ b/cborg-json.cabal
+@@ -1,5 +1,6 @@
+ name: cborg-json
+ version: 0.2.6.0
++x-revision: 4
+ 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.
+@@ -17,20 +18,21 @@ build-type: Simple
+ extra-source-files: ChangeLog.md
+ cabal-version: >=1.10
+ tested-with:
+- GHC == 8.4.4,
+- GHC == 8.6.5,
+ GHC == 8.8.3,
+ GHC == 8.10.7,
+ GHC == 9.0.1,
+ GHC == 9.2.2,
+ GHC == 9.4.2,
+- GHC == 9.6.1
++ GHC == 9.6.1,
++ GHC == 9.8.1,
++ GHC == 9.10.1,
++ GHC == 9.12.1
+
+ library
+ exposed-modules: Codec.CBOR.JSON
+ ghc-options: -Wall
+ build-depends:
+- base >=4.11 && < 4.20,
++ base >=4.11 && < 4.22,
+ aeson >=0.7 && <2.3,
+ aeson-pretty >=0.8 && <0.9,
+ base64-bytestring >=1.0 && <1.3,
+@@ -61,11 +63,11 @@ benchmark bench
+ other-modules:
+
+ build-depends:
+- base >= 4.11 && < 4.20,
++ base >= 4.11 && < 4.22,
+ bytestring >= 0.10.4 && < 0.13,
+ criterion >= 1.0 && < 1.7,
+ deepseq >= 1.0 && < 1.6,
+- zlib >= 0.5 && < 0.7,
++ zlib >= 0.5 && < 0.8,
+ directory,
+ process,
+ aeson,
+@@ -87,14 +89,14 @@ test-suite tests
+ other-modules:
+
+ build-depends:
+- base >= 4.7 && < 4.20,
++ base >= 4.7 && < 4.22,
+ base-orphans,
+ base16-bytestring >= 1.0 && < 1.1,
+ bytestring >= 0.10.4 && < 0.13,
+ cborg,
+ cborg-json,
+ aeson >= 0.7 && < 2.3,
+- QuickCheck >= 2.9 && < 2.15,
++ QuickCheck >= 2.9 && < 2.17,
+ tasty >= 0.11 && < 1.6,
+ tasty-hunit >= 0.9 && < 0.11,
+ text >= 1.1 && < 2.2
=====================================
p/haskell-cborg-json/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-happstack-jmacro/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-happstack-jmacro (7.0.12.6-2) UNRELEASED; urgency=medium
+haskell-happstack-jmacro (7.0.12.6-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:14 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Feb 2026 18:07:36 +0200
haskell-happstack-jmacro (7.0.12.6-1) unstable; urgency=medium
=====================================
p/haskell-hedis/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-hedis (0.15.2-3) UNRELEASED; urgency=medium
+haskell-hedis (0.15.2-3) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:12:07 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Feb 2026 18:07:36 +0200
haskell-hedis (0.15.2-2) unstable; urgency=medium
=====================================
p/haskell-hedis/debian/control
=====================================
@@ -22,7 +22,7 @@ Build-Depends:
libghc-exceptions-dev,
libghc-exceptions-prof,
libghc-network-dev (>= 2),
- libghc-network-dev (<< 3.2),
+ libghc-network-dev (<< 3.3),
libghc-network-prof,
libghc-network-uri-dev,
libghc-network-uri-prof,
=====================================
p/haskell-hedis/debian/patches/newer-deps
=====================================
@@ -0,0 +1,20 @@
+Index: b/hedis.cabal
+===================================================================
+--- a/hedis.cabal
++++ b/hedis.cabal
+@@ -1,5 +1,6 @@
+ name: hedis
+ version: 0.15.2
++x-revision: 1
+ synopsis:
+ Client library for the Redis datastore: supports full command set,
+ pipelining.
+@@ -81,7 +82,7 @@ library
+ text,
+ deepseq,
+ mtl >= 2,
+- network >= 2 && < 3.2,
++ network >= 2 && < 3.3,
+ resource-pool >= 0.2,
+ stm,
+ time,
=====================================
p/haskell-hedis/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-heterocephalus/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-heterocephalus (1.0.5.7-4) UNRELEASED; urgency=medium
+haskell-heterocephalus (1.0.5.7-4) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:13 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Feb 2026 18:07:36 +0200
haskell-heterocephalus (1.0.5.7-3) unstable; urgency=medium
=====================================
p/haskell-hledger-lib/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hledger-lib (1.50.3-2) unstable; urgency=medium
+
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Feb 2026 18:07:36 +0200
+
haskell-hledger-lib (1.50.3-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-hslua/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-hslua (2.3.1-2) UNRELEASED; urgency=medium
+haskell-hslua (2.3.1-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:35 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Feb 2026 18:07:37 +0200
haskell-hslua (2.3.1-1) unstable; urgency=medium
=====================================
p/haskell-http-client-restricted/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-http-client-restricted (0.1.0-2) UNRELEASED; urgency=medium
+haskell-http-client-restricted (0.1.0-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:31 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Feb 2026 18:07:37 +0200
haskell-http-client-restricted (0.1.0-1) unstable; urgency=medium
=====================================
p/haskell-http-streams/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-http-streams (0.8.9.9-2) UNRELEASED; urgency=medium
+haskell-http-streams (0.8.9.9-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:12:07 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Feb 2026 18:07:37 +0200
haskell-http-streams (0.8.9.9-1) unstable; urgency=medium
=====================================
p/haskell-jsonpath/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-jsonpath (0.3.0.0-4) UNRELEASED; urgency=medium
+haskell-jsonpath (0.3.0.0-4) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:12:03 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Feb 2026 18:07:37 +0200
haskell-jsonpath (0.3.0.0-3) unstable; urgency=medium
=====================================
p/haskell-lambdabot-reference-plugins/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-lambdabot-reference-plugins (5.3.1.2-2) UNRELEASED; urgency=medium
+haskell-lambdabot-reference-plugins (5.3.1.2-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:18 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Feb 2026 18:07:38 +0200
haskell-lambdabot-reference-plugins (5.3.1.2-1) unstable; urgency=medium
=====================================
p/haskell-lambdabot-reference-plugins/debian/control
=====================================
@@ -17,7 +17,7 @@ Build-Depends:
libghc-lambdabot-core-dev (<< 5.4),
libghc-lambdabot-core-prof,
libghc-network-dev (>= 2.7),
- libghc-network-dev (<< 3.2),
+ libghc-network-dev (<< 3.3),
libghc-network-prof,
libghc-network-uri-dev (>= 2.6),
libghc-network-uri-dev (<< 2.7),
=====================================
p/haskell-lambdabot-reference-plugins/debian/patches/newer-deps
=====================================
@@ -0,0 +1,20 @@
+Index: b/lambdabot-reference-plugins.cabal
+===================================================================
+--- a/lambdabot-reference-plugins.cabal
++++ b/lambdabot-reference-plugins.cabal
+@@ -1,5 +1,6 @@
+ name: lambdabot-reference-plugins
+ version: 5.3.1.2
++x-revision: 1
+
+ license: GPL
+ license-file: LICENSE
+@@ -66,7 +67,7 @@ library
+ HTTP >= 4000,
+ lambdabot-core >= 5.3 && < 5.4,
+ mtl >= 2,
+- network >= 2.7 && < 3.2,
++ network >= 2.7 && < 3.3,
+ network-uri >= 2.6 && < 2.7,
+ oeis >= 0.3.1,
+ process >= 1.1,
=====================================
p/haskell-lambdabot-reference-plugins/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-lambdahack/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-lambdahack (0.11.0.1-2) UNRELEASED; urgency=medium
+haskell-lambdahack (0.11.0.1-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:09 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Feb 2026 18:07:38 +0200
haskell-lambdahack (0.11.0.1-1) unstable; urgency=medium
=====================================
p/haskell-lens-aeson/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-lens-aeson (1.2.3-3) UNRELEASED; urgency=medium
+haskell-lens-aeson (1.2.3-3) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:27 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Feb 2026 18:07:38 +0200
haskell-lens-aeson (1.2.3-2) unstable; urgency=medium
=====================================
p/haskell-lens-aeson/debian/patches/newer-deps
=====================================
@@ -0,0 +1,26 @@
+Index: b/lens-aeson.cabal
+===================================================================
+--- a/lens-aeson.cabal
++++ b/lens-aeson.cabal
+@@ -1,6 +1,7 @@
+ name: lens-aeson
+ category: Data, JSON, Lenses
+ version: 1.2.3
++x-revision: 2
+ license: MIT
+ cabal-version: >= 1.10
+ license-file: LICENSE
+@@ -42,11 +43,11 @@ library
+ build-depends:
+ base >= 4.9 && < 5,
+ lens >= 5.0 && < 6,
+- text >= 0.11.1.10 && < 2.1,
++ text >= 0.11.1.10 && < 2.2,
+ text-short >= 0.1.4 && < 0.2,
+ vector >= 0.9 && < 0.14,
+ unordered-containers >= 0.2.3 && < 0.3,
+- bytestring >= 0.9 && < 0.12,
++ bytestring >= 0.9 && < 0.13,
+ aeson >= 2.0.2 && < 2.3,
+ scientific >= 0.3.2 && < 0.4
+
=====================================
p/haskell-lens-aeson/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-ogma-extra/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-ogma-extra (1.11.0-2) unstable; urgency=medium
+
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Feb 2026 18:07:38 +0200
+
haskell-ogma-extra (1.11.0-1) unstable; urgency=medium
* Build using dh-haskell
=====================================
p/haskell-path-io/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-path-io (1.8.2-2) UNRELEASED; urgency=medium
+haskell-path-io (1.8.2-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:23 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Feb 2026 18:07:39 +0200
haskell-path-io (1.8.2-1) unstable; urgency=medium
=====================================
p/haskell-rio-prettyprint/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-rio-prettyprint (0.1.8.0-2) UNRELEASED; urgency=medium
+haskell-rio-prettyprint (0.1.8.0-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:50 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Feb 2026 18:07:39 +0200
haskell-rio-prettyprint (0.1.8.0-1) unstable; urgency=medium
=====================================
p/haskell-twitter-types-lens/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-twitter-types-lens (0.11.0-4) UNRELEASED; urgency=medium
+haskell-twitter-types-lens (0.11.0-4) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:45 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Feb 2026 18:07:39 +0200
haskell-twitter-types-lens (0.11.0-3) unstable; urgency=medium
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/4d5aecea9b072f24573f2bf5585e7b6fa9627cfe...1cc88fea3bfa23c4f2b8c5b657ba68d4e65ab191
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/4d5aecea9b072f24573f2bf5585e7b6fa9627cfe...1cc88fea3bfa23c4f2b8c5b657ba68d4e65ab191
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/20260211/b7af50b1/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list