[Git][haskell-team/DHG_packages][master] cabal-install: patch for newer base
Clint Adams (@clint)
gitlab at salsa.debian.org
Thu Jul 28 01:07:13 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
1fd5f959 by Clint Adams at 2022-07-27T20:06:46-04:00
cabal-install: patch for newer base
- - - - -
3 changed files:
- p/haskell-cabal-install/debian/changelog
- + p/haskell-cabal-install/debian/patches/newer-deps
- + p/haskell-cabal-install/debian/patches/series
Changes:
=====================================
p/haskell-cabal-install/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-cabal-install (3.4.1.0-2) unstable; urgency=medium
+
+ * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org> Wed, 27 Jul 2022 20:06:35 -0400
+
haskell-cabal-install (3.4.1.0-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-cabal-install/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/cabal-install.cabal
++++ b/cabal-install.cabal
+@@ -336,7 +336,7 @@ executable cabal
+ build-depends:
+ async >= 2.0 && < 2.3,
+ array >= 0.4 && < 0.6,
+- base >= 4.8 && < 4.15,
++ base >= 4.8 && < 4.16,
+ base16-bytestring >= 0.1.1 && < 1.1.0.0,
+ binary >= 0.7.3 && < 0.9,
+ bytestring >= 0.10.6.0 && < 0.11,
=====================================
p/haskell-cabal-install/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1fd5f95992ce9da8faaf7821097b0cf2fdfa243e
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1fd5f95992ce9da8faaf7821097b0cf2fdfa243e
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/20220728/16bc1eff/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list