[Git][haskell-team/DHG_packages][master] quickcheck-classes: patch for newer primitive
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Feb 10 17:29:13 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
6ed2471a by Clint Adams at 2026-02-10T12:28:45-05:00
quickcheck-classes: patch for newer primitive
- - - - -
4 changed files:
- p/haskell-quickcheck-classes/debian/changelog
- p/haskell-quickcheck-classes/debian/control
- p/haskell-quickcheck-classes/debian/patches/newer-deps
- p/haskell-quickcheck-classes/debian/rules
Changes:
=====================================
p/haskell-quickcheck-classes/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-quickcheck-classes (0.6.5.0-4) UNRELEASED; urgency=medium
+haskell-quickcheck-classes (0.6.5.0-4) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:10 -0500
+ [ Clint Adams ]
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Tue, 10 Feb 2026 12:19:37 -0500
haskell-quickcheck-classes (0.6.5.0-3) unstable; urgency=medium
=====================================
p/haskell-quickcheck-classes/debian/control
=====================================
@@ -14,7 +14,7 @@ Build-Depends: debhelper-compat (= 13),
libghc-aeson-dev (>= 0.9),
libghc-aeson-prof (>= 0.9),
libghc-primitive-dev (>= 0.6.4),
- libghc-primitive-dev (<< 0.9),
+ libghc-primitive-dev (<< 0.10),
libghc-primitive-prof (>= 0.6.4),
libghc-primitive-addr-dev (>= 0.1.0.2),
libghc-primitive-addr-dev (<< 0.2),
@@ -53,7 +53,7 @@ Build-Depends-Indep: ghc-doc,
libghc-semigroupoids-doc,
libghc-semirings-doc,
libghc-vector-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: https://github.com/andrewthad/quickcheck-classes#readme
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-quickcheck-classes
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-quickcheck-classes]
=====================================
p/haskell-quickcheck-classes/debian/patches/newer-deps
=====================================
@@ -1,13 +1,21 @@
--- a/quickcheck-classes.cabal
+++ b/quickcheck-classes.cabal
-@@ -94,8 +94,8 @@ library
+@@ -1,6 +1,7 @@
+ cabal-version: 2.4
+ name: quickcheck-classes
+ version: 0.6.5.0
++x-revision: 3
+ synopsis: QuickCheck common typeclasses
+ description:
+ This library provides QuickCheck properties to ensure
+@@ -94,8 +95,8 @@ library
build-depends:
, base >= 4.5 && < 5
, QuickCheck >= 2.7
- , transformers >= 0.3 && < 0.6
- , primitive >= 0.6.4 && < 0.8
+ , transformers >= 0.3 && < 0.7
-+ , primitive >= 0.6.4 && < 0.9
++ , primitive >= 0.6.4 && < 0.10
, primitive-addr >= 0.1.0.2 && < 0.2
, containers >= 0.4.2.1
, quickcheck-classes-base >=0.6.2 && <0.7
=====================================
p/haskell-quickcheck-classes/debian/rules
=====================================
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
export DEB_ENABLE_TESTS = yes
+export LC_ALL=C.UTF-8
%:
dh $@
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6ed2471a7fc37b6ae22f04d3ba8bcd2a161cebb4
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6ed2471a7fc37b6ae22f04d3ba8bcd2a161cebb4
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/20260210/280a1144/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list