[Git][haskell-team/DHG_packages][master] 9 commits: hosc: Upgrading from 0.20 to 0.21.1
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Wed Jan 28 18:45:05 GMT 2026
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
48c663ff by Ilias Tsitsimpis at 2026-01-28T20:07:54+02:00
hosc: Upgrading from 0.20 to 0.21.1
- - - - -
64338589 by Ilias Tsitsimpis at 2026-01-28T20:41:54+02:00
isomorphism-class: Upgrading from 0.1.1 to 0.3.1.2
- - - - -
decd2ee0 by Ilias Tsitsimpis at 2026-01-28T20:41:54+02:00
js-jquery: Upgrading from 3.3.1 to 3.7.1
- - - - -
204be11a by Ilias Tsitsimpis at 2026-01-28T20:41:55+02:00
keys: Upgrading from 3.12.3 to 3.12.4
- - - - -
8b55fb87 by Ilias Tsitsimpis at 2026-01-28T20:41:55+02:00
linear: Upgrading from 1.22 to 1.23.2
- - - - -
233d78a3 by Ilias Tsitsimpis at 2026-01-28T20:41:55+02:00
microlens-platform: Upgrading from 0.4.3.5 to 0.4.4.1
- - - - -
4ee71c9c by Ilias Tsitsimpis at 2026-01-28T20:41:55+02:00
mod: Upgrading from 0.2.0.1 to 0.2.1.0
- - - - -
42aad53b by Ilias Tsitsimpis at 2026-01-28T20:41:55+02:00
natural-transformation: Upgrading from 0.4 to 0.4.1
- - - - -
ef99c3d8 by Ilias Tsitsimpis at 2026-01-28T20:41:55+02:00
HaXml: Upgrading from 1.25.13 to 1.25.14
- - - - -
21 changed files:
- p/haskell-hosc/debian/changelog
- p/haskell-hosc/debian/control
- p/haskell-isomorphism-class/debian/changelog
- p/haskell-isomorphism-class/debian/control
- p/haskell-js-jquery/debian/changelog
- p/haskell-keys/debian/changelog
- p/haskell-keys/debian/control
- − p/haskell-keys/debian/patches/newer-deps
- − p/haskell-keys/debian/patches/series
- p/haskell-linear/debian/changelog
- p/haskell-linear/debian/control
- − p/haskell-linear/debian/patches/newer-deps
- − p/haskell-linear/debian/patches/series
- p/haskell-microlens-platform/debian/changelog
- p/haskell-microlens-platform/debian/control
- p/haskell-mod/debian/changelog
- p/haskell-mod/debian/control
- p/haskell-natural-transformation/debian/changelog
- p/haskell-natural-transformation/debian/control
- p/haskell-natural-transformation/debian/patches/newer-deps
- p/haxml/debian/changelog
Changes:
=====================================
p/haskell-hosc/debian/changelog
=====================================
@@ -1,12 +1,13 @@
-haskell-hosc (0.20-2) UNRELEASED; urgency=medium
+haskell-hosc (0.21.1-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.7.0
+ * New upstream release
[ Scott Talbert ]
* Build using dh-haskell
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:17:34 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 28 Jan 2026 20:07:30 +0200
haskell-hosc (0.20-1) unstable; urgency=medium
=====================================
p/haskell-hosc/debian/control
=====================================
@@ -10,15 +10,15 @@ Build-Depends: debhelper-compat (= 13),
ghc (>= 9.4),
ghc-prof,
libghc-blaze-builder-dev (>= 0.3),
- libghc-blaze-builder-prof (>= 0.3),
- libghc-data-binary-ieee754-dev,
- libghc-data-binary-ieee754-prof,
+ libghc-blaze-builder-prof,
libghc-network-dev (>= 2.3),
libghc-network-prof,
+ libghc-safe-dev,
+ libghc-safe-prof,
Build-Depends-Indep: ghc-doc,
libghc-blaze-builder-doc,
- libghc-data-binary-ieee754-doc,
libghc-network-doc,
+ libghc-safe-doc,
Standards-Version: 4.7.0
Homepage: http://rohandrape.net/t/hosc
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hosc
=====================================
p/haskell-isomorphism-class/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-isomorphism-class (0.1.1-2) UNRELEASED; urgency=medium
+haskell-isomorphism-class (0.3.1.2-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:47 -0500
+ [ Ilias Tsitsimpis ]
+ * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 28 Jan 2026 20:10:30 +0200
haskell-isomorphism-class (0.1.1-1) unstable; urgency=medium
=====================================
p/haskell-isomorphism-class/debian/control
=====================================
@@ -9,13 +9,18 @@ Build-Depends: debhelper-compat (= 13),
dh-sequence-haskell,
ghc,
ghc-prof,
+ libghc-quickcheck2-dev (>= 2.13),
+ libghc-quickcheck2-dev (<< 3),
+ libghc-quickcheck2-prof,
libghc-hashable-dev (>= 1),
libghc-hashable-dev (<< 2),
- libghc-hashable-prof (>= 1),
- libghc-hashable-prof (<< 2),
- libghc-primitive-dev (>= 0.7.3),
+ libghc-hashable-prof,
+ libghc-primitive-dev (>= 0.7),
libghc-primitive-dev (<< 0.10),
libghc-primitive-prof,
+ libghc-profunctors-dev (>= 5),
+ libghc-profunctors-dev (<< 6),
+ libghc-profunctors-prof,
libghc-unordered-containers-dev (>= 0.2),
libghc-unordered-containers-dev (<< 0.3),
libghc-unordered-containers-prof (>= 0.2),
@@ -24,25 +29,11 @@ Build-Depends: debhelper-compat (= 13),
libghc-vector-dev (<< 0.14),
libghc-vector-prof (>= 0.12),
libghc-vector-prof (<< 0.14),
- libghc-quickcheck2-dev (>= 2.13),
- libghc-quickcheck2-dev (<< 3),
- libghc-quickcheck2-prof (>= 2.13),
- libghc-quickcheck2-prof (<< 3),
- libghc-tasty-dev (>= 1.2.3),
- libghc-tasty-dev (<< 2),
- libghc-tasty-prof (>= 1.2.3),
- libghc-tasty-prof (<< 2),
- libghc-tasty-hunit-dev (>= 0.10.0.2),
- libghc-tasty-hunit-dev (<< 0.11),
- libghc-tasty-hunit-prof (>= 0.10.0.2),
- libghc-tasty-hunit-prof (<< 0.11),
- libghc-tasty-quickcheck-dev (>= 0.10.1),
- libghc-tasty-quickcheck-dev (<< 0.11),
- libghc-tasty-quickcheck-prof (>= 0.10.1),
- libghc-tasty-quickcheck-prof (<< 0.11),
Build-Depends-Indep: ghc-doc,
+ libghc-quickcheck2-doc,
libghc-hashable-doc,
libghc-primitive-doc,
+ libghc-profunctors-doc,
libghc-unordered-containers-doc,
libghc-vector-doc,
Standards-Version: 4.7.0
=====================================
p/haskell-js-jquery/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-js-jquery (3.3.1-7) UNRELEASED; urgency=medium
+haskell-js-jquery (3.7.1-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:12:05 -0500
+ [ Ilias Tsitsimpis ]
+ * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 28 Jan 2026 20:11:49 +0200
haskell-js-jquery (3.3.1-6) unstable; urgency=medium
=====================================
p/haskell-keys/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-keys (3.12.3-5) UNRELEASED; urgency=medium
+haskell-keys (3.12.4-1) 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 ]
+ * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 28 Jan 2026 20:12:22 +0200
haskell-keys (3.12.3-4) unstable; urgency=medium
=====================================
p/haskell-keys/debian/control
=====================================
@@ -17,7 +17,7 @@ Build-Depends:
libghc-free-dev (<< 6),
libghc-free-prof,
libghc-hashable-dev (>= 1.1.2.3),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (<< 1.6),
libghc-hashable-prof,
libghc-semigroupoids-dev (>= 5.2),
libghc-semigroupoids-dev (<< 7),
=====================================
p/haskell-keys/debian/patches/newer-deps deleted
=====================================
@@ -1,36 +0,0 @@
-Index: b/keys.cabal
-===================================================================
---- a/keys.cabal
-+++ b/keys.cabal
-@@ -1,6 +1,7 @@
- name: keys
- category: Data Structures, Containers
- version: 3.12.3
-+x-revision: 4
- license: BSD3
- cabal-version: >= 1.10
- license-file: LICENSE
-@@ -44,11 +45,11 @@ library
- comonad >= 4 && < 6,
- containers >= 0.3 && < 0.7,
- free >= 4 && < 6,
-- hashable >= 1.1.2.3 && < 1.4,
-- semigroupoids >= 5.2 && < 6,
-+ hashable >= 1.1.2.3 && < 1.5,
-+ semigroupoids >= 5.2 && < 7,
- semigroups >= 0.8.3.1 && < 1,
- tagged >= 0.7.3 && < 1,
-- transformers >= 0.2 && < 0.6,
-+ transformers >= 0.2 && < 0.7,
- transformers-compat >= 0.3 && < 1,
- unordered-containers >= 0.2.4 && < 0.3
-
-@@ -60,7 +61,7 @@ library
- build-depends: ghc-prim == 0.2.*
-
- if !impl(ghc >= 8.0)
-- build-depends: base-orphans >= 0.5.4 && < 0.9
-+ build-depends: base-orphans >= 0.5.4 && < 0.10
-
- exposed-modules:
- Data.Key
=====================================
p/haskell-keys/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
=====================================
p/haskell-linear/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-linear (1.22-3) UNRELEASED; urgency=medium
+haskell-linear (1.23.2-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:54 -0500
+ [ Ilias Tsitsimpis ]
+ * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 28 Jan 2026 20:13:54 +0200
haskell-linear (1.22-2) unstable; urgency=medium
=====================================
p/haskell-linear/debian/control
=====================================
@@ -28,7 +28,7 @@ Build-Depends:
libghc-distributive-dev (<< 1),
libghc-distributive-prof,
libghc-hashable-dev (>= 1.2.7.0),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (<< 1.6),
libghc-hashable-prof,
libghc-indexed-traversable-dev (>= 0.1.1),
libghc-indexed-traversable-dev (<< 0.2),
@@ -36,8 +36,8 @@ Build-Depends:
libghc-lens-dev (>= 4.15.2),
libghc-lens-dev (<< 6),
libghc-lens-prof,
- libghc-random-dev (>= 1.0),
- libghc-random-dev (<< 1.3),
+ libghc-random-dev (>= 1.2),
+ libghc-random-dev (<< 1.4),
libghc-random-prof,
libghc-reflection-dev (>= 2),
libghc-reflection-dev (<< 3),
=====================================
p/haskell-linear/debian/patches/newer-deps deleted
=====================================
@@ -1,32 +0,0 @@
-Index: b/linear.cabal
-===================================================================
---- a/linear.cabal
-+++ b/linear.cabal
-@@ -1,6 +1,7 @@
- name: linear
- category: Math, Algebra
- version: 1.22
-+x-revision: 3
- license: BSD3
- cabal-version: >= 1.10
- license-file: LICENSE
-@@ -53,8 +54,8 @@ library
- binary >= 0.5 && < 0.9,
- bytes >= 0.15 && < 1,
- cereal >= 0.4.1.1 && < 0.6,
-- containers >= 0.4 && < 0.7,
-- deepseq >= 1.1 && < 1.5,
-+ containers >= 0.4 && < 0.8,
-+ deepseq >= 1.1 && < 1.6,
- distributive >= 0.5.1 && < 1,
- ghc-prim,
- hashable >= 1.2.7.0 && < 1.5,
-@@ -62,7 +63,7 @@ library
- lens >= 4.15.2 && < 6,
- random >= 1.0 && < 1.3,
- reflection >= 2 && < 3,
-- semigroupoids >= 5.2.1 && < 6,
-+ semigroupoids >= 5.2.1 && < 7,
- tagged >= 0.8.6 && < 1,
- transformers >= 0.5 && < 0.7,
- transformers-compat >= 0.5.0.4 && < 1,
=====================================
p/haskell-linear/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
=====================================
p/haskell-microlens-platform/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-microlens-platform (0.4.3.5-2) UNRELEASED; urgency=medium
+haskell-microlens-platform (0.4.4.1-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:52 -0500
+ [ Ilias Tsitsimpis ]
+ * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 28 Jan 2026 20:15:20 +0200
haskell-microlens-platform (0.4.3.5-1) unstable; urgency=medium
=====================================
p/haskell-microlens-platform/debian/control
=====================================
@@ -12,16 +12,16 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-hashable-dev (>= 1.1.2.3),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (<< 1.6),
libghc-hashable-prof,
- libghc-microlens-dev (>= 0.4.13),
- libghc-microlens-dev (<< 0.4.14),
+ libghc-microlens-dev (>= 0.4.14),
+ libghc-microlens-dev (<< 0.4.15),
libghc-microlens-prof,
- libghc-microlens-ghc-dev (>= 0.4.14),
- libghc-microlens-ghc-dev (<< 0.4.15),
+ libghc-microlens-ghc-dev (>= 0.4.15),
+ libghc-microlens-ghc-dev (<< 0.4.16),
libghc-microlens-ghc-prof,
- libghc-microlens-mtl-dev (>= 0.2.0),
- libghc-microlens-mtl-dev (<< 0.2.1),
+ libghc-microlens-mtl-dev (>= 0.2.1),
+ libghc-microlens-mtl-dev (<< 0.2.2),
libghc-microlens-mtl-prof,
libghc-microlens-th-dev (>= 0.4.3),
libghc-microlens-th-dev (<< 0.4.4),
=====================================
p/haskell-mod/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-mod (0.2.0.1-3) UNRELEASED; urgency=medium
+haskell-mod (0.2.1.0-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:22 -0500
+ [ Ilias Tsitsimpis ]
+ * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 28 Jan 2026 20:15:49 +0200
haskell-mod (0.2.0.1-2) unstable; urgency=medium
=====================================
p/haskell-mod/debian/control
=====================================
@@ -9,18 +9,14 @@ Build-Depends: debhelper-compat (= 13),
dh-sequence-haskell,
ghc,
ghc-prof,
- libghc-primitive-dev,
+ libghc-primitive-dev (<< 0.10),
libghc-primitive-prof,
libghc-semirings-dev (>= 0.5),
- libghc-semirings-prof (>= 0.5),
+ libghc-semirings-dev (<< 0.8),
+ libghc-semirings-prof,
libghc-vector-dev (>= 0.12),
- libghc-vector-prof (>= 0.12),
- libghc-tasty-dev (>= 0.10),
- libghc-tasty-prof (>= 0.10),
- libghc-tasty-quickcheck-dev (>= 0.9),
- libghc-tasty-quickcheck-dev (<< 0.11),
- libghc-tasty-quickcheck-prof (>= 0.9),
- libghc-tasty-quickcheck-prof (<< 0.11),
+ libghc-vector-dev (<< 0.14),
+ libghc-vector-prof,
Build-Depends-Indep: ghc-doc,
libghc-primitive-doc,
libghc-semirings-doc,
=====================================
p/haskell-natural-transformation/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-natural-transformation (0.4-10) UNRELEASED; urgency=medium
+haskell-natural-transformation (0.4.1-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:52 -0500
+ [ Ilias Tsitsimpis ]
+ * New upstream release (Closes: #1126211)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 28 Jan 2026 20:18:12 +0200
haskell-natural-transformation (0.4-9) unstable; urgency=medium
=====================================
p/haskell-natural-transformation/debian/control
=====================================
@@ -10,9 +10,11 @@ Build-Depends: debhelper-compat (= 13),
ghc (>= 9.4),
ghc-prof,
libghc-quickcheck-instances-dev (>= 0.1) <!nocheck>,
- libghc-quickcheck-instances-dev (<< 0.4) <!nocheck>,
+ libghc-quickcheck-instances-dev (<< 0.5) <!nocheck>,
libghc-tasty-dev (>= 0.8) <!nocheck>,
+ libghc-tasty-dev (<< 1.6) <!nocheck>,
libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>,
+ libghc-tasty-quickcheck-dev (<< 0.12) <!nocheck>,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
Homepage: https://github.com/ku-fpg/natural-transformation
=====================================
p/haskell-natural-transformation/debian/patches/newer-deps
=====================================
@@ -1,17 +1,26 @@
+Index: b/natural-transformation.cabal
+===================================================================
--- a/natural-transformation.cabal
+++ b/natural-transformation.cabal
-@@ -42,11 +42,11 @@
+@@ -1,5 +1,6 @@
+ name: natural-transformation
+ version: 0.4.1
++x-revision: 3
+ synopsis: A natural transformation package.
+ description: A natural transformation transforms a container @f a@ into another
+ container @g a at . Natural transformations act as functor morphisms
+@@ -50,11 +51,11 @@ test-suite natural-transformation-proper
type: exitcode-stdio-1.0
main-is: Properties.hs
- build-depends: base >= 4.7 && < 5
-- , containers >= 0.1 && < 0.6
-+ , containers >= 0.1 && < 0.7
- , natural-transformation == 0.4
- , quickcheck-instances >= 0.1 && < 0.4
-- , tasty >= 0.8 && < 0.12
-- , tasty-quickcheck >= 0.8 && < 0.9
-+ , tasty >= 0.8
-+ , tasty-quickcheck >= 0.8
+ build-depends: base >= 4.9 && < 5
+- , containers >= 0.1 && < 0.8
++ , containers >= 0.1 && < 0.9
+ , natural-transformation
+- , quickcheck-instances >= 0.1 && < 0.4
++ , quickcheck-instances >= 0.1 && < 0.5
+ , tasty >= 0.8 && < 1.6
+- , tasty-quickcheck >= 0.8 && < 0.11
++ , tasty-quickcheck >= 0.8 && < 0.12
hs-source-dirs: tests
default-language: Haskell2010
ghc-options: -Wall
=====================================
p/haxml/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haxml (1:1.25.13-3) UNRELEASED; urgency=medium
+haxml (1:1.25.14-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:54 -0500
+ [ Ilias Tsitsimpis ]
+ * New upstream release (Closes: #1126213)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 28 Jan 2026 20:22:16 +0200
haxml (1:1.25.13-2) unstable; urgency=medium
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/e50f8ac098826accb2faf54e463599ade6abac5e...ef99c3d80762a19b5f78e49069c6239e1eb52f3b
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/e50f8ac098826accb2faf54e463599ade6abac5e...ef99c3d80762a19b5f78e49069c6239e1eb52f3b
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/20260128/00f1a64c/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list