[Git][haskell-team/DHG_packages][master] quickcheck-safe: Patch for newer deps
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Wed Jan 7 05:40:29 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
6442f11b by Scott Talbert at 2026-01-07T00:38:05-05:00
quickcheck-safe: Patch for newer deps
- - - - -
3 changed files:
- p/haskell-quickcheck-safe/debian/changelog
- p/haskell-quickcheck-safe/debian/control
- p/haskell-quickcheck-safe/debian/patches/newer-deps
Changes:
=====================================
p/haskell-quickcheck-safe/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-quickcheck-safe (0.1.0.6-7) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net> Wed, 07 Jan 2026 00:35:35 -0500
+
haskell-quickcheck-safe (0.1.0.6-6) unstable; urgency=medium
* Build using dh-haskell
=====================================
p/haskell-quickcheck-safe/debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-quickcheck2-dev (>= 2.7.3),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 2.16),
libghc-quickcheck2-prof,
Build-Depends-Indep:
ghc-doc,
=====================================
p/haskell-quickcheck-safe/debian/patches/newer-deps
=====================================
@@ -9,12 +9,14 @@ Index: b/QuickCheck-safe.cabal
synopsis: Safe reimplementation of QuickCheck's core
description:
QuickCheck-safe reimplements the quickCheck functionality with a pure
-@@ -33,7 +34,7 @@ source-repository head
+@@ -33,8 +34,8 @@ source-repository head
library
hs-source-dirs: src
build-depends:
- QuickCheck >= 2.7.3 && < 2.14,
-+ QuickCheck >= 2.7.3 && < 2.15,
- containers >= 0.5 && < 0.7,
+- containers >= 0.5 && < 0.7,
++ QuickCheck >= 2.7.3 && < 2.16,
++ containers >= 0.5 && < 0.8,
base >= 4.6 && < 5
exposed-modules:
+ Test.QuickCheck.Safe
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6442f11b26b905aa7922f8e12289f50bd744a55d
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6442f11b26b905aa7922f8e12289f50bd744a55d
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/4df30e77/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list