[Git][haskell-team/DHG_packages][master] parallel: patch for newer base
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Jun 21 03:01:41 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
cca4f817 by Clint Adams at 2022-06-20T22:01:09-04:00
parallel: patch for newer base
- - - - -
3 changed files:
- p/haskell-parallel/debian/changelog
- + p/haskell-parallel/debian/files
- p/haskell-parallel/debian/patches/newer-deps
Changes:
=====================================
p/haskell-parallel/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-parallel (3.2.2.0-4) unstable; urgency=medium
+
+ * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org> Mon, 20 Jun 2022 22:00:56 -0400
+
haskell-parallel (3.2.2.0-3) unstable; urgency=medium
* Patch for newer base.
=====================================
p/haskell-parallel/debian/files
=====================================
@@ -0,0 +1 @@
+haskell-parallel_3.2.2.0-3_source.buildinfo haskell optional
=====================================
p/haskell-parallel/debian/patches/newer-deps
=====================================
@@ -1,11 +1,11 @@
--- a/parallel.cabal
+++ b/parallel.cabal
-@@ -43,7 +43,7 @@
+@@ -43,7 +43,7 @@ library
build-depends:
array >= 0.3 && < 0.6,
- base >= 4.3 && < 4.13,
-+ base >= 4.3 && < 4.15,
++ base >= 4.3 && < 5,
containers >= 0.4 && < 0.7,
deepseq >= 1.1 && < 1.5
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/cca4f81732256afe1216dc31e925a36a0e168ff4
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/cca4f81732256afe1216dc31e925a36a0e168ff4
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/20220621/b107edfd/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list