[Git][haskell-team/DHG_packages][master] selective: Patch for newer deps
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Wed Jan 7 05:45:52 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
cab6095e by Scott Talbert at 2026-01-07T00:43:54-05:00
selective: Patch for newer deps
- - - - -
4 changed files:
- p/haskell-selective/debian/changelog
- p/haskell-selective/debian/control
- + p/haskell-selective/debian/patches/newer-deps
- + p/haskell-selective/debian/patches/series
Changes:
=====================================
p/haskell-selective/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-selective (0.7.0.1-3) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net> Wed, 07 Jan 2026 00:41:00 -0500
+
haskell-selective (0.7.0.1-2) unstable; urgency=medium
* Build using dh-haskell
=====================================
p/haskell-selective/debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
ghc (>= 9.10),
ghc-prof,
libghc-quickcheck2-dev (>= 2.8),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 2.16),
libghc-quickcheck2-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.0
=====================================
p/haskell-selective/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/selective.cabal
++++ b/selective.cabal
+@@ -72,7 +72,7 @@ test-suite main
+ main-is: Main.hs
+ build-depends: base >= 4.7 && < 5,
+ containers >= 0.5.5.1 && < 0.8,
+- QuickCheck >= 2.8 && < 2.15,
++ QuickCheck >= 2.8 && < 2.16,
+ selective,
+ transformers >= 0.4.2.0 && < 0.7
+ default-language: Haskell2010
=====================================
p/haskell-selective/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/cab6095e7a76fd49f5028273b083d684dc448341
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/cab6095e7a76fd49f5028273b083d684dc448341
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/20260107/1362d421/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list