[Git][haskell-team/DHG_packages][master] these: patch for newer deps

Clint Adams (@clint) gitlab at salsa.debian.org
Fri Jan 9 01:31:11 GMT 2026



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


Commits:
0d207b85 by Clint Adams at 2026-01-08T20:31:02-05:00
these: patch for newer deps

- - - - -


4 changed files:

- p/haskell-these/debian/changelog
- p/haskell-these/debian/control
- + p/haskell-these/debian/patches/newer-deps
- + p/haskell-these/debian/patches/series


Changes:

=====================================
p/haskell-these/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-these (1.2.1-2) UNRELEASED; urgency=medium
+haskell-these (1.2.1-2) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:53 -0500
+  [ Clint Adams ]
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Thu, 08 Jan 2026 20:29:26 -0500
 
 haskell-these (1.2.1-1) unstable; urgency=medium
 


=====================================
p/haskell-these/debian/control
=====================================
@@ -8,23 +8,19 @@ Rules-Requires-Root: no
 Build-Depends:
  dh-sequence-haskell,
  debhelper-compat (= 13),
- ghc (>= 9.4),
+ ghc (>= 9.6),
  ghc-prof,
  haskell-devscripts (>= 0.16),
  libghc-assoc-dev (>= 1.1.1),
  libghc-assoc-dev (<< 1.2),
  libghc-assoc-prof,
- libghc-foldable1-classes-compat-dev (>= 0.1),
- libghc-foldable1-classes-compat-dev (<< 0.2),
- libghc-foldable1-classes-compat-prof,
  libghc-hashable-dev (>= 1.4.4.0),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (<< 1.6),
  libghc-hashable-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-assoc-doc,
- libghc-foldable1-classes-compat-doc,
  libghc-hashable-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://github.com/haskellari/these
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-these
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-these]


=====================================
p/haskell-these/debian/patches/newer-deps
=====================================
@@ -0,0 +1,41 @@
+--- a/these.cabal
++++ b/these.cabal
+@@ -1,6 +1,7 @@
+ cabal-version:      >=1.10
+ name:               these
+ version:            1.2.1
++x-revision:         2
+ synopsis:           An either-or-both data type.
+ homepage:           https://github.com/haskellari/these
+ license:            BSD3
+@@ -37,9 +38,10 @@ tested-with:
+    || ==9.0.2
+    || ==9.2.8
+    || ==9.4.8
+-   || ==9.6.5
+-   || ==9.8.2
++   || ==9.6.6
++   || ==9.8.4
+    || ==9.10.1
++   || ==9.12.1
+ 
+ source-repository head
+   type:     git
+@@ -57,7 +59,7 @@ library
+ 
+   -- ghc boot libs
+   build-depends:
+-      base     >=4.12.0.0 && <4.21
++      base     >=4.12.0.0 && <4.22
+     , binary   >=0.8.6.0  && <0.10
+     , deepseq  >=1.4.4.0  && <1.6
+ 
+@@ -66,7 +68,7 @@ library
+   -- Bifunctor type class comes from bifunctor-classes-compat
+   build-depends:
+       assoc     >=1.1.1   && <1.2
+-    , hashable  >=1.4.4.0 && <1.5
++    , hashable  >=1.4.4.0 && <1.6
+ 
+   if !impl(ghc >=9.6)
+     build-depends: foldable1-classes-compat >=0.1 && <0.2


=====================================
p/haskell-these/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/0d207b85f4c8a7d440fe343ed2e5a0bd6b6341c3
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/20260109/fc812e5e/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list