[Git][haskell-team/DHG_packages][master] lrucache: Patch for newer deps
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Tue Jan 6 14:19:39 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
ef976f32 by Scott Talbert at 2026-01-06T09:16:52-05:00
lrucache: Patch for newer deps
- - - - -
3 changed files:
- p/haskell-lrucache/debian/changelog
- + p/haskell-lrucache/debian/patches/newer-deps
- + p/haskell-lrucache/debian/patches/series
Changes:
=====================================
p/haskell-lrucache/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-lrucache (1.2.0.1-7) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net> Tue, 06 Jan 2026 09:15:42 -0500
+
haskell-lrucache (1.2.0.1-6) unstable; urgency=medium
* Build using dh-haskell
=====================================
p/haskell-lrucache/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/lrucache.cabal
++++ b/lrucache.cabal
+@@ -41,7 +41,7 @@ Library
+
+ Build-depends:
+ base >= 4 && < 5,
+- containers >= 0.2 && < 0.7,
++ containers >= 0.2 && < 0.8,
+ contravariant >= 0.5 && < 2
+
+
=====================================
p/haskell-lrucache/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ef976f324a282719ba303d5e8798b66a4472bfad
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ef976f324a282719ba303d5e8798b66a4472bfad
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/20260106/fa64da42/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list