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

Clint Adams (@clint) gitlab at salsa.debian.org
Wed Sep 13 18:25:26 BST 2023



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


Commits:
641f0d87 by Clint Adams at 2023-09-13T13:25:01-04:00
either: patch for newer semigroupoids

- - - - -


3 changed files:

- p/haskell-either/debian/changelog
- + p/haskell-either/debian/patches/newer-deps
- + p/haskell-either/debian/patches/series


Changes:

=====================================
p/haskell-either/debian/changelog
=====================================
@@ -1,9 +1,12 @@
-haskell-either (5.0.2-2) UNRELEASED; urgency=medium
+haskell-either (5.0.2-2) unstable; urgency=medium
 
-  * Declare compliance with Debian policy 4.6.1
+  [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.2
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:18 +0300
+  [ Clint Adams ]
+  * Patch for newer semigroupoids.
+
+ -- Clint Adams <clint at debian.org>  Wed, 13 Sep 2023 13:24:19 -0400
 
 haskell-either (5.0.2-1) unstable; urgency=medium
 


=====================================
p/haskell-either/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/either.cabal
++++ b/either.cabal
+@@ -43,7 +43,7 @@ library
+     bifunctors        >= 4       && < 6,
+     mtl               >= 2.0     && < 2.4,
+     profunctors       >= 4       && < 6,
+-    semigroupoids     >= 4       && < 6
++    semigroupoids     >= 4       && < 7
+ 
+   if !impl(ghc >= 8.0)
+     build-depends: semigroups >= 0.8.3.1 && < 1


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/641f0d87c65667a9deef3e0976d002a81ae0f37e
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/20230913/574316b2/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list