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

Clint Adams (@clint) gitlab at salsa.debian.org
Tue Jan 6 20:31:11 GMT 2026



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


Commits:
d78b5507 by Clint Adams at 2026-01-06T15:30:53-05:00
semigroupoids: patch for newer deps

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-semigroupoids/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-semigroupoids (6.0.1-2) UNRELEASED; urgency=medium
+haskell-semigroupoids (6.0.1-2) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:27 -0500
+  [ Clint Adams ]
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Tue, 06 Jan 2026 15:30:43 -0500
 
 haskell-semigroupoids (6.0.1-1) unstable; urgency=medium
 


=====================================
p/haskell-semigroupoids/debian/control
=====================================
@@ -28,7 +28,7 @@ Build-Depends: debhelper-compat (= 13),
  libghc-foldable1-classes-compat-dev (<< 0.2),
  libghc-foldable1-classes-compat-prof,
  libghc-hashable-dev (>= 1.2.7.0),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (<< 1.6),
  libghc-hashable-prof,
  libghc-tagged-dev (>= 0.8.7),
  libghc-tagged-dev (<< 1),
@@ -50,7 +50,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-tagged-doc,
  libghc-transformers-compat-doc,
  libghc-unordered-containers-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://github.com/ekmett/semigroupoids
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-semigroupoids
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-semigroupoids]


=====================================
p/haskell-semigroupoids/debian/patches/newer-deps
=====================================
@@ -0,0 +1,28 @@
+--- a/semigroupoids.cabal
++++ b/semigroupoids.cabal
+@@ -2,6 +2,7 @@ cabal-version: 1.24
+ name:          semigroupoids
+ category:      Control, Comonads
+ version:       6.0.1
++x-revision: 2
+ license:       BSD2
+ license-file:  LICENSE
+ author:        Edward A. Kmett
+@@ -143,7 +144,7 @@ library
+       build-depends: containers >= 0.6.7
+ 
+   if flag(containers)
+-    build-depends: containers >= 0.5.7.1 && < 0.8
++    build-depends: containers >= 0.5.7.1 && < 0.9
+ 
+   if flag(contravariant)
+     build-depends: contravariant >= 1.5.3 && < 2
+@@ -158,7 +159,7 @@ library
+     build-depends: tagged >= 0.8.7 && < 1
+ 
+   if flag(unordered-containers)
+-    build-depends: hashable >= 1.2.7.0 && < 1.5,
++    build-depends: hashable >= 1.2.7.0 && < 1.6,
+                    unordered-containers >= 0.2.8.0  && < 0.3
+ 
+   hs-source-dirs: src


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d78b55070805b0f45f9f1115b4d4318848e0357d
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/20260106/8c1ea870/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list