[Git][haskell-team/DHG_packages][master] binary-orphans: patch for newer deps

Clint Adams (@clint) gitlab at salsa.debian.org
Tue Jan 20 04:07:24 GMT 2026



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


Commits:
5b64e314 by Clint Adams at 2026-01-19T23:07:10-05:00
binary-orphans: patch for newer deps

- - - - -


4 changed files:

- p/haskell-binary-orphans/debian/changelog
- p/haskell-binary-orphans/debian/control
- + p/haskell-binary-orphans/debian/patches/newer-deps
- + p/haskell-binary-orphans/debian/patches/series


Changes:

=====================================
p/haskell-binary-orphans/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-binary-orphans (1.0.5-3) unstable; urgency=medium
+
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Mon, 19 Jan 2026 23:05:35 -0500
+
 haskell-binary-orphans (1.0.5-2) unstable; urgency=medium
 
   [ Scott Talbert ]


=====================================
p/haskell-binary-orphans/debian/control
=====================================
@@ -20,7 +20,7 @@ Build-Depends:
  libghc-tasty-dev (>= 0.10.1.2) <!nocheck>,
  libghc-tasty-dev (<< 1.6) <!nocheck>,
  libghc-tasty-quickcheck-dev (>= 0.8.3.2) <!nocheck>,
- libghc-tasty-quickcheck-dev (<< 0.11) <!nocheck>,
+ libghc-tasty-quickcheck-dev (<< 0.12) <!nocheck>,
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 4.7.3
 Homepage: https://hackage.haskell.org/package/binary-orphans


=====================================
p/haskell-binary-orphans/debian/patches/newer-deps
=====================================
@@ -0,0 +1,41 @@
+--- a/binary-orphans.cabal
++++ b/binary-orphans.cabal
+@@ -1,6 +1,7 @@
+ cabal-version:      1.12
+ name:               binary-orphans
+ version:            1.0.5
++x-revision:         1
+ synopsis:           Compatibility package for binary; provides instances
+ category:           Data, Binary, Parsing, Compatibility
+ description:
+@@ -21,9 +22,10 @@ tested-with:
+    || ==9.0.2
+    || ==9.2.8
+    || ==9.4.8
+-   || ==9.6.5
+-   || ==9.8.2
++   || ==9.6.6
++   || ==9.8.4
+    || ==9.10.1
++   || ==9.12.1
+ 
+ extra-source-files: CHANGELOG.md
+ 
+@@ -38,7 +40,7 @@ library
+   exposed-modules:  Data.Binary.Orphans
+   other-extensions: CPP
+   build-depends:
+-      base          >=4.12.0.0  && <4.21
++      base          >=4.12.0.0  && <4.22
+     , binary        >=0.8.6.0 && <0.8.10
+ 
+   if !impl(ghc >=9.2)
+@@ -62,7 +64,7 @@ test-suite binary-orphans-test
+     , quickcheck-instances  >=0.3.28   && <0.4
+     , tagged                >=0.8.6    && <0.9
+     , tasty                 >=0.10.1.2 && <1.6
+-    , tasty-quickcheck      >=0.8.3.2  && <0.11
++    , tasty-quickcheck      >=0.8.3.2  && <0.12
+ 
+   if impl(ghc >=8.0 && <9.4)
+     build-depends: data-array-byte


=====================================
p/haskell-binary-orphans/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5b64e31492e662b200420b35ed5c8c9e042ce715
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/20260120/94ea2226/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list