[Git][haskell-team/DHG_packages][master] cborg: Sourceful upload for GHC 9.10

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Tue Feb 10 04:26:47 GMT 2026



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
d379afb3 by Scott Talbert at 2026-02-09T23:24:05-05:00
cborg: Sourceful upload for GHC 9.10

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-cborg/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-cborg (0.2.10.0-2) UNRELEASED; urgency=medium
+haskell-cborg (0.2.10.0-2) unstable; urgency=medium
 
   * Build using dh-haskell
+  * Sourceful upload for GHC 9.10
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:25 -0500
+ -- Scott Talbert <swt at techie.net>  Mon, 09 Feb 2026 23:15:35 -0500
 
 haskell-cborg (0.2.10.0-1) unstable; urgency=medium
 


=====================================
p/haskell-cborg/debian/control
=====================================
@@ -6,7 +6,7 @@ Section: haskell
 Build-Depends: debhelper-compat (= 13),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
  dh-sequence-haskell,
- ghc (>= 9.4),
+ ghc (>= 9.10),
  ghc-prof,
  libghc-half-dev (>= 0.2.2.3),
  libghc-half-dev (<< 0.4),
@@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (= 13),
  libghc-primitive-dev (<< 0.10),
  libghc-primitive-prof,
  libghc-quickcheck2-dev (>= 2.9),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 2.17),
  libghc-quickcheck2-prof,
  libghc-aeson-dev (>= 0.7),
  libghc-aeson-dev (<< 2.3),
@@ -40,7 +40,7 @@ Build-Depends: debhelper-compat (= 13),
  libghc-tasty-hunit-dev (<< 0.11),
  libghc-tasty-hunit-prof,
  libghc-tasty-quickcheck-dev (>= 0.8),
- libghc-tasty-quickcheck-dev (<< 0.11),
+ libghc-tasty-quickcheck-dev (<< 0.12),
  libghc-tasty-quickcheck-prof,
  libghc-vector-dev (>= 0.10),
  libghc-vector-dev (<< 0.14),
@@ -48,7 +48,7 @@ Build-Depends: debhelper-compat (= 13),
 Build-Depends-Indep: ghc-doc,
  libghc-half-doc,
  libghc-primitive-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://hackage.haskell.org/package/cborg
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-cborg
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-cborg]


=====================================
p/haskell-cborg/debian/patches/newer-deps
=====================================
@@ -0,0 +1,42 @@
+Index: b/cborg.cabal
+===================================================================
+--- a/cborg.cabal
++++ b/cborg.cabal
+@@ -90,11 +90,11 @@ library
+ 
+   build-depends:
+     array                   >= 0.4     && < 0.6,
+-    base                    >= 4.11    && < 4.20,
++    base                    >= 4.11    && < 4.22,
+     bytestring              >= 0.10.4  && < 0.13,
+     containers              >= 0.5     && < 0.8,
+     deepseq                 >= 1.0     && < 1.6,
+-    ghc-prim                >= 0.3.1.0 && < 0.12,
++    ghc-prim                >= 0.3.1.0 && < 0.14,
+     half                    >= 0.2.2.3 && < 0.4,
+     primitive               >= 0.5     && < 0.10,
+     text                    >= 1.1     && < 1.3 || >= 2.0 && <2.2
+@@ -148,7 +148,7 @@ test-suite tests
+ 
+   build-depends:
+     array                   >= 0.4     && < 0.6,
+-    base                    >= 4.11    && < 4.20,
++    base                    >= 4.11    && < 4.22,
+     base-orphans,
+     bytestring              >= 0.10.4  && < 0.13,
+     text                    >= 1.1     && < 2.2,
+@@ -159,12 +159,12 @@ test-suite tests
+     base16-bytestring       >= 1.0     && < 1.1,
+     deepseq                 >= 1.0     && < 1.6,
+     half                    >= 0.2.2.3 && < 0.4,
+-    QuickCheck              >= 2.9     && < 2.15,
++    QuickCheck              >= 2.9     && < 2.17,
+     random,
+     scientific              >= 0.3     && < 0.4,
+     tasty                   >= 0.11    && < 1.6,
+     tasty-hunit             >= 0.9     && < 0.11,
+-    tasty-quickcheck        >= 0.8     && < 0.11,
++    tasty-quickcheck        >= 0.8     && < 0.12,
+     vector                  >= 0.10    && < 0.14
+   if !impl(ghc >= 8.0)
+     build-depends:


=====================================
p/haskell-cborg/debian/patches/series
=====================================
@@ -1 +1,2 @@
 no-rts-N
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d379afb3e66627c542c9ff6f8f8bc6d356977c0d
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/20260210/34cd2f35/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list