[Git][haskell-team/DHG_packages][master] integer-conversion: patch for newer deps

Clint Adams (@clint) gitlab at salsa.debian.org
Tue Jan 6 15:59:12 GMT 2026



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


Commits:
63668a69 by Clint Adams at 2026-01-06T10:58:35-05:00
integer-conversion: patch for newer deps

- - - - -


4 changed files:

- p/haskell-integer-conversion/debian/changelog
- p/haskell-integer-conversion/debian/control
- + p/haskell-integer-conversion/debian/patches/newer-deps
- + p/haskell-integer-conversion/debian/patches/series


Changes:

=====================================
p/haskell-integer-conversion/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-integer-conversion (0.1.1-2) unstable; urgency=medium
+
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Tue, 06 Jan 2026 10:49:38 -0500
+
 haskell-integer-conversion (0.1.1-1) unstable; urgency=medium
 
   [ Scott Talbert ]


=====================================
p/haskell-integer-conversion/debian/control
=====================================
@@ -13,17 +13,17 @@ Build-Depends: debhelper-compat (= 13),
  libghc-primitive-dev (<< 0.10),
  libghc-primitive-prof,
  libghc-quickcheck2-dev (>= 2.14.3),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 2.16),
  libghc-quickcheck2-prof,
  libghc-tasty-dev (>= 1.4.3),
- libghc-tasty-dev (<< 1.5),
+ libghc-tasty-dev (<< 1.6),
  libghc-tasty-prof,
- libghc-tasty-quickcheck-dev (>= 0.10.2),
- libghc-tasty-quickcheck-dev (<< 0.11),
+ libghc-tasty-quickcheck-dev (>= 0.11),
+ libghc-tasty-quickcheck-dev (<< 0.12),
  libghc-tasty-quickcheck-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-primitive-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://github.com/phadej/integer-conversion
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-integer-conversion
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-integer-conversion]


=====================================
p/haskell-integer-conversion/debian/patches/newer-deps
=====================================
@@ -0,0 +1,24 @@
+--- a/integer-conversion.cabal
++++ b/integer-conversion.cabal
+@@ -36,7 +36,7 @@ library
+   hs-source-dirs:   src
+   exposed-modules:  Data.Integer.Conversion
+   build-depends:
+-    , base        >=4.12.0.0   && <4.21
++    , base        >=4.12.0.0   && <5
+     , bytestring  ^>=0.10.8.1 || ^>=0.11.4.0 || ^>=0.12.0.2
+     , primitive   ^>=0.9.0.0
+     , text        ^>=1.2.3.0  || ^>=2.0.1    || ^>=2.1
+@@ -54,9 +54,9 @@ test-suite integer-conversion-tests
+ 
+   -- test dependencies
+   build-depends:
+-    , QuickCheck        ^>=2.14.3 || ^>=2.15
+-    , tasty             ^>=1.4.3  || ^>=1.5
+-    , tasty-quickcheck  ^>=0.10.2
++    , QuickCheck        >=2.14.3
++    , tasty             >=1.4.3
++    , tasty-quickcheck  ^>=0.11
+ 
+   other-modules:
+     Alternative


=====================================
p/haskell-integer-conversion/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/63668a69cdb74436d9d765d3ddefb06ffa0e8384
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/20260106/ed4da2e0/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list