[Git][haskell-team/DHG_packages][master] uuid: Patch for newer deps
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Tue Jan 13 01:02:56 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
3acb8fbc by Scott Talbert at 2026-01-12T20:01:01-05:00
uuid: Patch for newer deps
- - - - -
4 changed files:
- p/haskell-uuid/debian/changelog
- p/haskell-uuid/debian/control
- + p/haskell-uuid/debian/patches/newer-deps
- + p/haskell-uuid/debian/patches/series
Changes:
=====================================
p/haskell-uuid/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-uuid (1.3.16-2) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net> Mon, 12 Jan 2026 19:55:04 -0500
+
haskell-uuid (1.3.16-1) unstable; urgency=medium
* Build using dh-haskell
=====================================
p/haskell-uuid/debian/control
=====================================
@@ -30,17 +30,17 @@ Build-Depends:
libghc-uuid-types-dev (<< 1.0.7),
libghc-uuid-types-prof,
libghc-quickcheck2-dev (>= 2.14.2),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 2.16),
libghc-quickcheck2-prof,
libghc-random-dev,
libghc-tasty-dev (>= 1.4.0.1),
- libghc-tasty-dev (<< 1.5),
+ libghc-tasty-dev (<< 1.6),
libghc-tasty-prof,
libghc-tasty-hunit-dev (>= 0.10),
libghc-tasty-hunit-dev (<< 0.11),
libghc-tasty-hunit-prof,
libghc-tasty-quickcheck-dev (>= 0.10),
- libghc-tasty-quickcheck-dev (<< 0.11),
+ libghc-tasty-quickcheck-dev (<< 0.12),
libghc-tasty-quickcheck-prof,
Build-Depends-Indep: ghc-doc,
libghc-cryptohash-md5-doc,
=====================================
p/haskell-uuid/debian/patches/newer-deps
=====================================
@@ -0,0 +1,26 @@
+Index: b/uuid.cabal
+===================================================================
+--- a/uuid.cabal
++++ b/uuid.cabal
+@@ -46,9 +46,9 @@ library
+ , cryptohash-sha1 >=0.11.100 && <0.12
+ , entropy >=0.3.7 && <0.5
+ , network-info >=0.2 && <0.3
+- , random >=1.2.1.2 && <1.3
++ , random >=1.2.1.2 && <1.4
+ , text >=1.2.3.0 && <1.3 || >=2.0 && <2.2
+- , time >=1.4 && <1.13
++ , time >=1.4 && <1.15
+
+ -- strict dependency on uuid-types,
+ -- as we re-rexport datatype, thus leak instances etc.
+@@ -89,7 +89,7 @@ test-suite testuuid
+
+ -- deps w/o inherited constraints
+ build-depends:
+- QuickCheck >=2.14.2 && <2.15
++ QuickCheck >=2.14.2 && <2.16
+ , tasty >=1.4.0.1 && <1.6
+ , tasty-hunit >=0.10 && <0.11
+- , tasty-quickcheck >=0.10 && <0.11
++ , tasty-quickcheck >=0.10 && <0.12
=====================================
p/haskell-uuid/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3acb8fbc67d53417a948e8f9dff6bf4e2daf4d4a
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3acb8fbc67d53417a948e8f9dff6bf4e2daf4d4a
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/20260113/aee2beca/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list