[Git][haskell-team/DHG_packages][master] quickcheck-instances: patch for newer deps
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Sep 18 15:19:02 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
65cef4a4 by Clint Adams at 2023-09-18T10:08:19-04:00
quickcheck-instances: patch for newer deps
- - - - -
4 changed files:
- p/haskell-quickcheck-instances/debian/changelog
- p/haskell-quickcheck-instances/debian/control
- + p/haskell-quickcheck-instances/debian/patches/newer-deps
- + p/haskell-quickcheck-instances/debian/patches/series
Changes:
=====================================
p/haskell-quickcheck-instances/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-quickcheck-instances (0.3.29.1-3) unstable; urgency=medium
+
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Mon, 18 Sep 2023 10:05:32 -0400
+
haskell-quickcheck-instances (0.3.29.1-2) unstable; urgency=medium
* Fix Build-Depends.
=====================================
p/haskell-quickcheck-instances/debian/control
=====================================
@@ -15,7 +15,7 @@ Build-Depends:
libghc-onetuple-dev (<< 0.5),
libghc-onetuple-prof,
libghc-quickcheck2-dev (>= 2.14.1),
- libghc-quickcheck2-dev (<< 2.14.3),
+ libghc-quickcheck2-dev (<< 2.14.4),
libghc-quickcheck2-prof,
libghc-case-insensitive-dev (>= 1.2.0.4),
libghc-case-insensitive-dev (<< 1.3),
@@ -42,7 +42,7 @@ Build-Depends:
libghc-splitmix-dev (<< 0.2),
libghc-splitmix-prof,
libghc-strict-dev (>= 0.4),
- libghc-strict-dev (<< 0.5),
+ libghc-strict-dev (<< 0.6),
libghc-strict-prof,
libghc-tagged-dev (>= 0.8.6),
libghc-tagged-dev (<< 0.9),
@@ -51,7 +51,7 @@ Build-Depends:
libghc-text-short-dev (<< 0.2),
libghc-text-short-prof,
libghc-these-dev (>= 1.1.1.1),
- libghc-these-dev (<< 1.2),
+ libghc-these-dev (<< 1.3),
libghc-these-prof,
libghc-time-compat-dev (>= 1.9.4),
libghc-time-compat-dev (<< 1.10),
=====================================
p/haskell-quickcheck-instances/debian/patches/newer-deps
=====================================
@@ -0,0 +1,24 @@
+--- a/quickcheck-instances.cabal
++++ b/quickcheck-instances.cabal
+@@ -83,7 +83,7 @@ library
+ hs-source-dirs: src
+ build-depends:
+ base >=4.5 && <4.18
+- , QuickCheck >=2.14.1 && <2.14.3
++ , QuickCheck >=2.14.1 && <2.14.4
+ , splitmix >=0.0.2 && <0.2
+
+ build-depends:
+@@ -98,10 +98,10 @@ library
+ , OneTuple >=0.3 && <0.5
+ , primitive >=0.6.4.0 && <0.9
+ , scientific >=0.3.6.2 && <0.4
+- , strict >=0.4 && <0.5
++ , strict >=0.4 && <0.6
+ , tagged >=0.8.6 && <0.9
+ , text >=1.2.3.0 && <1.3 || >=2.0 && <2.1
+- , these >=1.1.1.1 && <1.2
++ , these >=1.1.1.1 && <1.3
+ , time-compat >=1.9.4 && <1.10
+ , transformers >=0.3.0.0 && <0.7
+ , transformers-compat >=0.6.5 && <0.8
=====================================
p/haskell-quickcheck-instances/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/65cef4a4f3f2e94f67d11c612c8d9abbd317f4d1
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/65cef4a4f3f2e94f67d11c612c8d9abbd317f4d1
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/20230918/bb311e7a/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list