[Git][haskell-team/DHG_packages][master] lzma: Patch for newer deps
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Sun Jan 11 22:20:26 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
018c9dea by Scott Talbert at 2026-01-11T17:18:30-05:00
lzma: Patch for newer deps
- - - - -
4 changed files:
- p/haskell-lzma/debian/changelog
- p/haskell-lzma/debian/control
- p/haskell-lzma/debian/patches/relax-tasty → p/haskell-lzma/debian/patches/newer-deps
- p/haskell-lzma/debian/patches/series
Changes:
=====================================
p/haskell-lzma/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-lzma (0.0.1.1-3) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net> Sun, 11 Jan 2026 17:03:59 -0500
+
haskell-lzma (0.0.1.1-2) unstable; urgency=medium
* Build using dh-haskell
=====================================
p/haskell-lzma/debian/control
=====================================
@@ -13,14 +13,14 @@ Build-Depends: debhelper-compat (= 13),
libghc-quickcheck2-dev (>= 2.14.1),
libghc-quickcheck2-dev (<< 2.16),
libghc-quickcheck2-prof,
- libghc-tasty-dev (>= 1.4),
+ libghc-tasty-dev (>= 1.5),
libghc-tasty-dev (<< 1.6),
libghc-tasty-prof,
libghc-tasty-hunit-dev (>= 0.10.1),
libghc-tasty-hunit-dev (<< 0.11),
libghc-tasty-hunit-prof,
- libghc-tasty-quickcheck-dev (>= 0.10.2),
- libghc-tasty-quickcheck-dev (<< 0.11),
+ libghc-tasty-quickcheck-dev (>= 0.10.3),
+ libghc-tasty-quickcheck-dev (<< 0.12),
libghc-tasty-quickcheck-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
=====================================
p/haskell-lzma/debian/patches/relax-tasty → p/haskell-lzma/debian/patches/newer-deps
=====================================
@@ -2,14 +2,20 @@ Index: b/lzma.cabal
===================================================================
--- a/lzma.cabal
+++ b/lzma.cabal
-@@ -96,8 +96,8 @@ test-suite lzma-tests
- -- additional dependencies that require version bounds
+@@ -63,7 +63,7 @@ library
+ exposed-modules: Codec.Compression.Lzma
+ other-modules: LibLzma
build-depends:
+- , base >=4.12.0.0 && <4.21
++ , base >=4.12.0.0 && <4.22
+ , bytestring >=0.10.8.2 && <0.13
+
+ if os(windows)
+@@ -98,6 +98,6 @@ test-suite lzma-tests
, QuickCheck ^>=2.14.1 || ^>=2.15.0.1
-- , tasty ^>=1.5
-+ , tasty >=1.4 && <1.6
+ , tasty ^>=1.5
, tasty-hunit ^>=0.10.1
- , tasty-quickcheck ^>=0.10.3
-+ , tasty-quickcheck ^>=0.10.2
++ , tasty-quickcheck ^>=0.10.3 || ^>=0.11
ghc-options: -Wall -threaded
=====================================
p/haskell-lzma/debian/patches/series
=====================================
@@ -1 +1 @@
-relax-tasty
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/018c9dea04d6b179ed91491ec36238f25ec66781
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/018c9dea04d6b179ed91491ec36238f25ec66781
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/20260111/161295ef/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list