[Git][haskell-team/DHG_packages][master] 13 commits: active: Sourceful upload for GHC 9.10
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Thu Jan 29 20:08:36 GMT 2026
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
5367cd36 by Ilias Tsitsimpis at 2026-01-29T22:05:37+02:00
active: Sourceful upload for GHC 9.10
- - - - -
fd97928d by Ilias Tsitsimpis at 2026-01-29T22:05:37+02:00
chart-cairo: Sourceful upload for GHC 9.10
- - - - -
ecac181e by Ilias Tsitsimpis at 2026-01-29T22:05:37+02:00
diagrams-core: Sourceful upload for GHC 9.10
- - - - -
1a1b3d32 by Ilias Tsitsimpis at 2026-01-29T22:05:37+02:00
hslua-classes: Sourceful upload for GHC 9.10
- - - - -
42416706 by Ilias Tsitsimpis at 2026-01-29T22:05:37+02:00
hslua-cli: Sourceful upload for GHC 9.10
- - - - -
7c385f62 by Ilias Tsitsimpis at 2026-01-29T22:05:37+02:00
hslua-list: Sourceful upload for GHC 9.10
- - - - -
cb2fa46b by Ilias Tsitsimpis at 2026-01-29T22:05:37+02:00
hslua-typing: Sourceful upload for GHC 9.10
- - - - -
a5c723da by Ilias Tsitsimpis at 2026-01-29T22:05:37+02:00
reactive-banana: Sourceful upload for GHC 9.10
- - - - -
db0410d8 by Ilias Tsitsimpis at 2026-01-29T22:05:37+02:00
shake: Sourceful upload for GHC 9.10
- - - - -
f032aef7 by Ilias Tsitsimpis at 2026-01-29T22:05:37+02:00
src-exts-util: Sourceful upload for GHC 9.10
- - - - -
b6465982 by Ilias Tsitsimpis at 2026-01-29T22:05:37+02:00
trifecta: Sourceful upload for GHC 9.10
- - - - -
90d560fe by Ilias Tsitsimpis at 2026-01-29T22:05:37+02:00
wai: Sourceful upload for GHC 9.10
- - - - -
720ccede by Ilias Tsitsimpis at 2026-01-29T22:05:37+02:00
yi-language: Sourceful upload for GHC 9.10
- - - - -
27 changed files:
- p/haskell-active/debian/changelog
- p/haskell-active/debian/control
- + p/haskell-active/debian/patches/newer-deps
- + p/haskell-active/debian/patches/series
- p/haskell-chart-cairo/debian/changelog
- p/haskell-chart-cairo/debian/control
- + p/haskell-chart-cairo/debian/patches/newer-deps
- + p/haskell-chart-cairo/debian/patches/series
- p/haskell-diagrams-core/debian/changelog
- p/haskell-diagrams-core/debian/control
- + p/haskell-diagrams-core/debian/patches/newer-deps
- + p/haskell-diagrams-core/debian/patches/series
- p/haskell-hslua-classes/debian/changelog
- p/haskell-hslua-cli/debian/changelog
- p/haskell-hslua-list/debian/changelog
- p/haskell-hslua-typing/debian/changelog
- p/haskell-reactive-banana/debian/changelog
- p/haskell-reactive-banana/debian/control
- p/haskell-reactive-banana/debian/patches/newer-deps
- p/haskell-shake/debian/changelog
- p/haskell-src-exts-util/debian/changelog
- p/haskell-trifecta/debian/changelog
- p/haskell-trifecta/debian/control
- + p/haskell-trifecta/debian/patches/newer-deps
- + p/haskell-trifecta/debian/patches/series
- p/haskell-wai/debian/changelog
- p/haskell-yi-language/debian/changelog
Changes:
=====================================
p/haskell-active/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-active (0.2.1-2) UNRELEASED; urgency=medium
+haskell-active (0.2.1-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:36 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 29 Jan 2026 21:52:56 +0200
haskell-active (0.2.1-1) unstable; urgency=medium
=====================================
p/haskell-active/debian/control
=====================================
@@ -12,10 +12,10 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-lens-dev (>= 4.0),
- libghc-lens-dev (<< 5.3),
+ libghc-lens-dev (<< 5.4),
libghc-lens-prof,
libghc-linear-dev (>= 1.14),
- libghc-linear-dev (<< 1.23),
+ libghc-linear-dev (<< 1.24),
libghc-linear-prof,
libghc-semigroupoids-dev (>= 1.2),
libghc-semigroupoids-dev (<< 6.1),
@@ -27,7 +27,7 @@ Build-Depends:
libghc-vector-dev (<< 0.14),
libghc-vector-prof,
libghc-quickcheck2-dev (>= 2.9),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 2.17),
libghc-quickcheck2-prof,
libghc-linear-dev,
libghc-semigroups-dev,
=====================================
p/haskell-active/debian/patches/newer-deps
=====================================
@@ -0,0 +1,61 @@
+Index: b/active.cabal
+===================================================================
+--- a/active.cabal
++++ b/active.cabal
+@@ -1,6 +1,7 @@
+ cabal-version: 1.18
+ name: active
+ version: 0.2.1
++x-revision: 5
+ synopsis: Abstractions for animation
+ description: "Active" abstraction for animated things with finite start and end times.
+ license: BSD3
+@@ -15,9 +16,7 @@ build-type: Simple
+ extra-doc-files: CHANGES, README.markdown, diagrams/*.svg
+
+ tested-with:
+- GHC ==7.8.4
+- || ==7.10.3
+- || ==8.0.2
++ GHC ==8.0.2
+ || ==8.2.2
+ || ==8.4.4
+ || ==8.6.5
+@@ -26,8 +25,10 @@ tested-with:
+ || ==9.0.2
+ || ==9.2.8
+ || ==9.4.8
+- || ==9.6.3
+- || ==9.8.1
++ || ==9.6.5
++ || ==9.8.2
++ || ==9.10.1
++ || ==9.12.1
+
+ source-repository head
+ type: git
+@@ -35,12 +36,12 @@ source-repository head
+
+ library
+ exposed-modules: Data.Active
+- build-depends: base >= 4.0 && < 4.20,
++ build-depends: base >= 4.0 && < 4.22,
+ vector >= 0.10 && < 0.14,
+ semigroups >= 0.1 && < 0.21,
+ semigroupoids >= 1.2 && < 6.1,
+- lens >= 4.0 && < 5.3,
+- linear >= 1.14 && < 1.23
++ lens >= 4.0 && < 5.4,
++ linear >= 1.14 && < 1.24
+ hs-source-dirs: src
+ default-language: Haskell2010
+
+@@ -51,7 +52,6 @@ test-suite active-tests
+ base,
+ linear,
+ semigroups,
+- -- semigroups needed for GHC 7.x only
+- QuickCheck >= 2.9 && < 2.15
++ QuickCheck >= 2.9 && < 2.17
+ hs-source-dirs: test
+ default-language: Haskell2010
=====================================
p/haskell-active/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-chart-cairo/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-chart-cairo (1.9.4.1-2) UNRELEASED; urgency=medium
+haskell-chart-cairo (1.9.4.1-2) 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 ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 29 Jan 2026 21:52:56 +0200
haskell-chart-cairo (1.9.4.1-1) unstable; urgency=medium
=====================================
p/haskell-chart-cairo/debian/control
=====================================
@@ -20,10 +20,10 @@ Build-Depends:
libghc-colour-dev (<< 2.4),
libghc-colour-dev (>= 2.2.1),
libghc-colour-prof,
- libghc-data-default-class-dev (<< 0.2),
+ libghc-data-default-class-dev (<< 0.3),
libghc-data-default-class-prof,
libghc-lens-dev (>= 3.9),
- libghc-lens-dev (<< 5.3),
+ libghc-lens-dev (<< 5.4),
libghc-lens-prof,
libghc-old-locale-dev (>= 1.0.0),
libghc-old-locale-dev (<< 1.1),
=====================================
p/haskell-chart-cairo/debian/patches/newer-deps
=====================================
@@ -0,0 +1,27 @@
+Index: b/Chart-cairo.cabal
+===================================================================
+--- a/Chart-cairo.cabal
++++ b/Chart-cairo.cabal
+@@ -1,5 +1,6 @@
+ Name: Chart-cairo
+ Version: 1.9.4.1
++x-revision: 4
+ License: BSD3
+ License-file: LICENSE
+ Copyright: Tim Docker, 2006-2014
+@@ -17,12 +18,12 @@ library
+ Build-depends: base >= 3 && < 5
+ , array >= 0.5 && < 0.6
+ , old-locale >= 1.0.0 && < 1.1
+- , time >= 1.12 && < 1.13
++ , time >= 1.12 && < 1.16
+ , cairo >= 0.9.11 && < 0.14
+ , colour >= 2.2.1 && < 2.4
+- , data-default-class < 0.2
++ , data-default-class < 0.3
+ , operational >= 0.2.2 && < 0.3
+- , lens >= 3.9 && < 5.3
++ , lens >= 3.9 && < 5.4
+ , Chart >= 1.9 && < 1.10
+ , mtl >= 2.0 && < 2.4
+
=====================================
p/haskell-chart-cairo/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-diagrams-core/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-diagrams-core (1.5.1.1-2) UNRELEASED; urgency=medium
+haskell-diagrams-core (1.5.1.1-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:55 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 29 Jan 2026 21:52:57 +0200
haskell-diagrams-core (1.5.1.1-1) unstable; urgency=medium
=====================================
p/haskell-diagrams-core/debian/control
=====================================
@@ -21,13 +21,13 @@ Build-Depends:
libghc-dual-tree-dev (>= 0.2),
libghc-dual-tree-prof,
libghc-lens-dev (>= 4.0),
- libghc-lens-dev (<< 5.3),
+ libghc-lens-dev (<< 5.4),
libghc-lens-prof,
libghc-linear-dev (>= 1.11.3),
- libghc-linear-dev (<< 1.23),
+ libghc-linear-dev (<< 1.24),
libghc-linear-prof,
libghc-monoid-extras-dev (>= 0.6),
- libghc-monoid-extras-dev (<< 0.7),
+ libghc-monoid-extras-dev (<< 0.8),
libghc-monoid-extras-prof,
libghc-profunctors-dev (>= 5.0),
libghc-profunctors-dev (<< 6.0),
=====================================
p/haskell-diagrams-core/debian/patches/newer-deps
=====================================
@@ -0,0 +1,44 @@
+Index: b/diagrams-core.cabal
+===================================================================
+--- a/diagrams-core.cabal
++++ b/diagrams-core.cabal
+@@ -1,5 +1,6 @@
+ Name: diagrams-core
+ Version: 1.5.1.1
++x-revision: 4
+ Synopsis: Core libraries for diagrams EDSL
+ Description: The core modules underlying diagrams,
+ an embedded domain-specific language
+@@ -15,10 +16,10 @@ Build-type: Simple
+ Cabal-version: 1.18
+ Extra-source-files: diagrams/*.svg
+ extra-doc-files: diagrams/*.svg, CHANGELOG.md, README.markdown
+-Tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.3 || ==9.8.1
++Tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1 || ==9.12.1
+ Source-repository head
+ type: git
+- location: git://github.com/diagrams/diagrams-core.git
++ location: https://github.com/diagrams/diagrams-core.git
+
+ Library
+ Exposed-modules: Diagrams.Core,
+@@ -36,14 +37,14 @@ Library
+ Diagrams.Core.Types,
+ Diagrams.Core.V
+
+- Build-depends: base >= 4.11 && < 4.20,
+- containers >= 0.4.2 && < 0.7,
++ Build-depends: base >= 4.11 && < 4.22,
++ containers >= 0.4.2 && < 0.8,
+ unordered-containers >= 0.2 && < 0.3,
+ semigroups >= 0.8.4 && < 0.21,
+- monoid-extras >= 0.6 && < 0.7,
++ monoid-extras >= 0.6 && < 0.8,
+ dual-tree >= 0.2 && < 0.3,
+- lens >= 4.0 && < 5.3,
+- linear >= 1.11.3 && < 1.23,
++ lens >= 4.0 && < 5.4,
++ linear >= 1.11.3 && < 1.24,
+ adjunctions >= 4.0 && < 5.0,
+ distributive >=0.2.2 && < 1.0,
+ profunctors >= 5.0 && < 6.0,
=====================================
p/haskell-diagrams-core/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-hslua-classes/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-hslua-classes (2.3.1-2) UNRELEASED; urgency=medium
+haskell-hslua-classes (2.3.1-2) 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 ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 29 Jan 2026 21:52:57 +0200
haskell-hslua-classes (2.3.1-1) unstable; urgency=medium
=====================================
p/haskell-hslua-cli/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-hslua-cli (1.4.3-2) UNRELEASED; urgency=medium
+haskell-hslua-cli (1.4.3-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> Thu, 29 Jan 2026 21:52:57 +0200
haskell-hslua-cli (1.4.3-1) unstable; urgency=medium
=====================================
p/haskell-hslua-list/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-hslua-list (1.1.4-2) UNRELEASED; urgency=medium
+haskell-hslua-list (1.1.4-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:28 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 29 Jan 2026 21:52:57 +0200
haskell-hslua-list (1.1.4-1) unstable; urgency=medium
=====================================
p/haskell-hslua-typing/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-hslua-typing (0.1.1-2) UNRELEASED; urgency=medium
+haskell-hslua-typing (0.1.1-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:21 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 29 Jan 2026 21:52:58 +0200
haskell-hslua-typing (0.1.1-1) unstable; urgency=medium
=====================================
p/haskell-reactive-banana/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-reactive-banana (1.3.2.0-4) UNRELEASED; urgency=medium
+haskell-reactive-banana (1.3.2.0-4) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:16 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 29 Jan 2026 21:52:58 +0200
haskell-reactive-banana (1.3.2.0-3) unstable; urgency=medium
=====================================
p/haskell-reactive-banana/debian/control
=====================================
@@ -12,10 +12,10 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-hashable-dev (>= 1.1),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (<< 1.6),
libghc-hashable-prof,
libghc-pqueue-dev (>= 1.0),
- libghc-pqueue-dev (<< 1.6),
+ libghc-pqueue-dev (<< 1.7),
libghc-pqueue-prof,
libghc-semigroups-dev (>= 0.13),
libghc-semigroups-dev (<< 0.21),
@@ -25,7 +25,6 @@ Build-Depends:
libghc-these-prof,
libghc-unordered-containers-dev (>= 0.2.1.0),
libghc-unordered-containers-dev (<< 0.3),
- libghc-unordered-containers-dev (>= 0.2.1.0),
libghc-unordered-containers-prof,
libghc-vault-dev (<< 0.4),
libghc-vault-dev (>= 0.3),
=====================================
p/haskell-reactive-banana/debian/patches/newer-deps
=====================================
@@ -5,11 +5,11 @@ Index: b/reactive-banana.cabal
@@ -1,5 +1,6 @@
Name: reactive-banana
Version: 1.3.2.0
-+x-revision : 4
++x-revision: 6
Synopsis: Library for functional reactive programming (FRP).
Description:
Reactive-banana is a library for Functional Reactive Programming (FRP).
-@@ -25,12 +26,15 @@ Maintainer: Heinrich Apfelmus <
+@@ -25,12 +26,18 @@ Maintainer: Heinrich Apfelmus <
Category: FRP
Cabal-version: 1.18
Build-type: Simple
@@ -20,39 +20,51 @@ Index: b/reactive-banana.cabal
- , GHC == 8.6.5
- , GHC == 8.4.4
+Tested-with:
-+ GHC == 9.8.1
-+ , GHC == 9.6.3
-+ , GHC == 9.4.8
-+ , GHC == 9.2.8
-+ , GHC == 8.10.7
-+ , GHC == 8.8.4
-+ , GHC == 8.6.5
-+ , GHC == 8.4.4
++ GHC ==8.4.4
++ || ==8.6.5
++ || ==8.8.4
++ || ==8.10.7
++ || ==9.0.2
++ || ==9.2.8
++ || ==9.4.8
++ || ==9.6.7
++ || ==9.8.4
++ || ==9.10.2
++ || ==9.12.2
extra-source-files: CHANGELOG.md,
doc/examples/*.hs
-@@ -46,16 +50,16 @@ Library
+@@ -45,17 +52,18 @@ Library
+ default-language: Haskell98
hs-source-dirs: src
- build-depends: base >= 4.2 && < 5,
+- build-depends: base >= 4.2 && < 5,
- deepseq >= 1.4.3.0 && < 1.5,
-+ deepseq >= 1.4.3.0 && < 1.6,
- semigroups >= 0.13 && < 0.21,
+- semigroups >= 0.13 && < 0.21,
- containers >= 0.5 && < 0.7,
-+ containers >= 0.5 && < 0.8,
- transformers >= 0.2 && < 0.7,
- vault == 0.3.*,
- unordered-containers >= 0.2.1.0 && < 0.3,
- hashable >= 1.1 && < 1.5,
+- transformers >= 0.2 && < 0.7,
+- vault == 0.3.*,
+- unordered-containers >= 0.2.1.0 && < 0.3,
+- hashable >= 1.1 && < 1.5,
- pqueue >= 1.0 && < 1.5,
-+ pqueue >= 1.0 && < 1.6,
- stm >= 2.5 && < 2.6,
+- stm >= 2.5 && < 2.6,
- these >= 0.2 && < 1.2
-+ these >= 0.2 && < 1.3
++ build-depends:
++ base >=4.2 && <5
++ , containers >=0.5 && <0.9
++ , deepseq >=1.4.3.0 && <1.6
++ , hashable >=1.1 && <1.6
++ , pqueue >=1.0 && <1.7
++ , semigroups >=0.13 && <0.21
++ , stm >=2.5 && <2.6
++ , these >=0.2 && <1.3
++ , transformers >=0.2 && <0.7
++ , unordered-containers >=0.2.1.0 && <0.3
++ , vault >=0.3 && <0.4
exposed-modules:
Control.Event.Handler,
-@@ -100,7 +104,7 @@ Test-Suite unit
+@@ -100,7 +108,7 @@ Test-Suite unit
Reactive.Banana.Test.Low.GraphGC
build-depends: base >= 4.7 && < 5,
containers,
@@ -61,21 +73,14 @@ Index: b/reactive-banana.cabal
hashable,
pqueue,
reactive-banana,
-@@ -108,8 +112,8 @@ Test-Suite unit
+@@ -108,8 +116,8 @@ Test-Suite unit
transformers,
tasty,
tasty-hunit,
- tasty-quickcheck >= 0.10.1.2 && < 0.11,
- QuickCheck >= 2.10 && < 2.15,
+ tasty-quickcheck >= 0.10.1.2 && < 0.12,
-+ QuickCheck >= 2.10 && < 2.16,
++ QuickCheck >=2.10 && <2.18,
unordered-containers,
vault,
these
-@@ -140,4 +144,4 @@ Benchmark benchmark
- , tasty-bench
- hs-source-dirs: benchmark
- main-is: Main.hs
-- ghc-options: "-with-rtsopts=-A32m"
-+ ghc-options: "-with-rtsopts=-A32m"
-\ No newline at end of file
=====================================
p/haskell-shake/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-shake (0.19.8-2) UNRELEASED; urgency=medium
+haskell-shake (0.19.8-2) 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 ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 29 Jan 2026 21:52:58 +0200
haskell-shake (0.19.8-1) unstable; urgency=medium
=====================================
p/haskell-src-exts-util/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-src-exts-util (0.2.5-6) UNRELEASED; urgency=medium
+haskell-src-exts-util (0.2.5-6) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:12:04 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 29 Jan 2026 21:52:58 +0200
haskell-src-exts-util (0.2.5-5) unstable; urgency=medium
=====================================
p/haskell-trifecta/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-trifecta (2.1.4-2) UNRELEASED; urgency=medium
+haskell-trifecta (2.1.4-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:56 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 29 Jan 2026 21:52:59 +0200
haskell-trifecta (2.1.4-1) unstable; urgency=medium
=====================================
p/haskell-trifecta/debian/control
=====================================
@@ -33,7 +33,7 @@ Build-Depends:
libghc-fingertree-dev (>= 0.1),
libghc-fingertree-prof,
libghc-hashable-dev (>= 1.2.4),
- 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),
=====================================
p/haskell-trifecta/debian/patches/newer-deps
=====================================
@@ -0,0 +1,26 @@
+Index: b/trifecta.cabal
+===================================================================
+--- a/trifecta.cabal
++++ b/trifecta.cabal
+@@ -1,6 +1,7 @@
+ name: trifecta
+ category: Text, Parsing, Diagnostics, Pretty Printer, Logging
+ version: 2.1.4
++x-revision: 2
+ license: BSD3
+ cabal-version: 1.18
+ license-file: LICENSE
+@@ -78,11 +79,11 @@ library
+ bytestring >= 0.9.1 && < 0.13,
+ charset >= 0.3.5.1 && < 1,
+ comonad >= 5 && < 6,
+- containers >= 0.5.7.0 && < 0.8,
++ containers >= 0.5.7.0 && < 0.9,
+ deepseq >= 1.4.2.0 && < 1.6,
+ fingertree >= 0.1 && < 0.2,
+ ghc-prim,
+- hashable >= 1.2.4 && < 1.5,
++ hashable >= 1.2.4 && < 1.6,
+ indexed-traversable >= 0.1.1 && < 0.2,
+ lens >= 4.14 && < 6,
+ mtl >= 2.2.1 && < 2.4,
=====================================
p/haskell-trifecta/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-wai/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-wai (3.2.4-2) UNRELEASED; urgency=medium
+haskell-wai (3.2.4-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:12:06 -0500
+ [ Ilias Tsitsimpis ]
+ * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Thu, 29 Jan 2026 21:52:59 +0200
haskell-wai (3.2.4-1) unstable; urgency=medium
=====================================
p/haskell-yi-language/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-yi-language (0.19.2-2) UNRELEASED; urgency=medium
+haskell-yi-language (0.19.2-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> Thu, 29 Jan 2026 21:52:59 +0200
haskell-yi-language (0.19.2-1) unstable; urgency=medium
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/9b7ce3628f5360f9bebc98923c9e414b550eec67...720ccede210947d9c3be2633e5b6eed5d9bcf103
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/9b7ce3628f5360f9bebc98923c9e414b550eec67...720ccede210947d9c3be2633e5b6eed5d9bcf103
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/20260129/c42f50e1/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list