[Git][haskell-team/DHG_packages][master] async: patch for newer deps
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Jan 5 18:25:08 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
37feb52d by Clint Adams at 2026-01-05T13:24:43-05:00
async: patch for newer deps
- - - - -
3 changed files:
- p/haskell-async/debian/changelog
- + p/haskell-async/debian/patches/newer-deps
- + p/haskell-async/debian/patches/series
Changes:
=====================================
p/haskell-async/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-async (2.2.5-3) unstable; urgency=medium
+
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Mon, 05 Jan 2026 13:23:18 -0500
+
haskell-async (2.2.5-2) unstable; urgency=medium
[ Scott Talbert ]
=====================================
p/haskell-async/debian/patches/newer-deps
=====================================
@@ -0,0 +1,13 @@
+--- a/async.cabal
++++ b/async.cabal
+@@ -69,8 +69,8 @@ library
+ other-extensions: Trustworthy
+ exposed-modules: Control.Concurrent.Async
+ Control.Concurrent.Async.Internal
+- build-depends: base >= 4.3 && < 4.20,
+- hashable >= 1.1.2.0 && < 1.5,
++ build-depends: base >= 4.3 && < 5,
++ hashable >= 1.1.2.0 && < 1.6,
+ stm >= 2.2 && < 2.6
+
+ test-suite test-async
=====================================
p/haskell-async/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/37feb52dd16c4e6a4d2b2a977ae47530899508e1
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/37feb52dd16c4e6a4d2b2a977ae47530899508e1
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/20260105/cf44d1e0/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list