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

Clint Adams (@clint) gitlab at salsa.debian.org
Thu Sep 14 20:58:08 BST 2023



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


Commits:
b778eb6d by Clint Adams at 2023-09-14T15:57:35-04:00
adjunctions: patch for newer semigroupoids

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-adjunctions/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-adjunctions (4.4.2-2) UNRELEASED; urgency=medium
+haskell-adjunctions (4.4.2-2) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.2
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 27 Aug 2023 12:33:23 +0300
+  [ Clint Adams ]
+  * Patch for newer semigroupoids.
+
+ -- Clint Adams <clint at debian.org>  Thu, 14 Sep 2023 15:56:28 -0400
 
 haskell-adjunctions (4.4.2-1) unstable; urgency=medium
 


=====================================
p/haskell-adjunctions/debian/control
=====================================
@@ -25,8 +25,8 @@ Build-Depends:
  libghc-profunctors-dev (<< 6),
  libghc-profunctors-dev (>= 4),
  libghc-profunctors-prof,
- libghc-semigroupoids-dev (<< 6),
  libghc-semigroupoids-dev (>= 4),
+ libghc-semigroupoids-dev (<< 7),
  libghc-semigroupoids-prof,
  libghc-semigroups-dev (<< 1),
  libghc-semigroups-dev (>= 0.11),


=====================================
p/haskell-adjunctions/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/adjunctions.cabal
++++ b/adjunctions.cabal
+@@ -58,7 +58,7 @@ library
+     mtl                 >= 2.0.1   && < 2.4,
+     profunctors         >= 4       && < 6,
+     tagged              >= 0.7     && < 1,
+-    semigroupoids       >= 4       && < 6,
++    semigroupoids       >= 4       && < 7,
+     semigroups          >= 0.11    && < 1,
+     transformers        >= 0.2     && < 0.7,
+     transformers-compat >= 0.3     && < 1,


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/b778eb6d34f9e98d1a04452ddd939be20cddebb8
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/20230914/b6aedb16/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list