[Git][haskell-team/DHG_packages][master] uuid-types: patch for newer deps

Clint Adams (@clint) gitlab at salsa.debian.org
Mon Jan 5 19:59:04 GMT 2026



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
e8b692c7 by Clint Adams at 2026-01-05T14:58:44-05:00
uuid-types: patch for newer deps

- - - - -


4 changed files:

- p/haskell-uuid-types/debian/changelog
- p/haskell-uuid-types/debian/control
- + p/haskell-uuid-types/debian/patches/newer-deps
- + p/haskell-uuid-types/debian/patches/series


Changes:

=====================================
p/haskell-uuid-types/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-uuid-types (1.0.6-2) unstable; urgency=medium
+
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Mon, 05 Jan 2026 14:57:12 -0500
+
 haskell-uuid-types (1.0.6-1) unstable; urgency=medium
 
   [ Scott Talbert ]


=====================================
p/haskell-uuid-types/debian/control
=====================================
@@ -11,23 +11,23 @@ Build-Depends:
  ghc (>= 9.4),
  ghc-prof,
  libghc-hashable-dev (>= 1.4.4.0),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (<< 1.6),
  libghc-hashable-prof,
  libghc-random-dev (>= 1.2.1.2),
- libghc-random-dev (<< 1.3),
+ libghc-random-dev (<< 1.4),
  libghc-random-prof,
  libghc-quickcheck2-dev (>= 2.14.2) <!nocheck>,
- libghc-quickcheck2-dev (<< 2.15) <!nocheck>,
+ libghc-quickcheck2-dev (<< 2.16) <!nocheck>,
  libghc-tasty-dev (>= 1.4.0.1) <!nocheck>,
  libghc-tasty-dev (<< 1.6) <!nocheck>,
  libghc-tasty-hunit-dev (>= 0.10) <!nocheck>,
  libghc-tasty-hunit-dev (<< 0.11) <!nocheck>,
  libghc-tasty-quickcheck-dev (>= 0.10) <!nocheck>,
- libghc-tasty-quickcheck-dev (<< 0.11) <!nocheck>,
+ libghc-tasty-quickcheck-dev (<< 0.12) <!nocheck>,
 Build-Depends-Indep: ghc-doc,
  libghc-hashable-doc,
  libghc-random-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://github.com/haskell-hvr/uuid
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-uuid-types
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-uuid-types]


=====================================
p/haskell-uuid-types/debian/patches/newer-deps
=====================================
@@ -0,0 +1,26 @@
+--- a/uuid-types.cabal
++++ b/uuid-types.cabal
+@@ -48,8 +48,8 @@ library
+     , binary            >=0.8.6.0  && <0.9
+     , bytestring        >=0.10.8.2 && <0.13
+     , deepseq           >=1.4.4.0  && <1.6
+-    , hashable          >=1.4.4.0  && <1.5
+-    , random            >=1.2.1.2  && <1.3
++    , hashable          >=1.4.4.0  && <1.6
++    , random            >=1.2.1.2  && <1.4
+     , template-haskell  >=2.14.0.0 && <2.23
+     , text              >=1.2.3.0  && <1.3  || >=2.0 && <2.2
+ 
+@@ -86,10 +86,10 @@ 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
+ 
+   if !impl(ghc >=8.4)
+     build-depends: ghc-byteorder >=4.11 && <4.12


=====================================
p/haskell-uuid-types/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e8b692c7c20fcfc6b96032459267cb486ea2da45

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e8b692c7c20fcfc6b96032459267cb486ea2da45
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/20260105/f29434b6/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list