[Git][haskell-team/DHG_packages][master] text-short: patch for newer deps

Clint Adams (@clint) gitlab at salsa.debian.org
Fri Jan 9 03:03:38 GMT 2026



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


Commits:
ad377834 by Clint Adams at 2026-01-08T22:03:17-05:00
text-short: patch for newer deps

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-text-short/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-text-short (0.1.6-2) UNRELEASED; urgency=medium
+haskell-text-short (0.1.6-2) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:23 -0500
+  [ Clint Adams ]
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Thu, 08 Jan 2026 22:01:15 -0500
 
 haskell-text-short (0.1.6-1) unstable; urgency=medium
 


=====================================
p/haskell-text-short/debian/control
=====================================
@@ -8,17 +8,17 @@ Build-Depends: dh-sequence-haskell,
  ghc-prof,
  haskell-devscripts (>= 0.9),
  libghc-hashable-dev (>= 1.4.4.0),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (<< 1.6),
  libghc-hashable-prof,
  libghc-tasty-dev (>= 1.4) <!nocheck>,
  libghc-tasty-dev (<< 1.6) <!nocheck>,
  libghc-tasty-hunit-dev (>= 0.10.0) <!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
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-text-short
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-text-short]
 Homepage: https://github.com/hvr/text-short


=====================================
p/haskell-text-short/debian/patches/newer-deps
=====================================
@@ -0,0 +1,58 @@
+--- a/text-short.cabal
++++ b/text-short.cabal
+@@ -1,6 +1,6 @@
+ cabal-version:      1.18
+ name:               text-short
+-version:            0.1.6
++version:            0.1.6.1
+ synopsis:           Memory-efficient representation of Unicode text strings
+ license:            BSD3
+ license-file:       LICENSE
+@@ -21,8 +21,11 @@ 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.2
++   || ==9.12.2
++   || ==9.14.1
+ 
+ extra-source-files: ChangeLog.md
+ 
+@@ -43,13 +46,13 @@ library
+ 
+   other-modules:    Data.Text.Short.Internal
+   build-depends:
+-      base              >=4.12     && <4.20
++      base              >=4.12     && <4.23
+     , binary            >=0.8.6.0  && <0.9
+     , bytestring        >=0.10.8.2 && <0.13
+     , deepseq           >=1.4.4.0  && <1.6
+-    , ghc-prim          >=0.5.3    && <0.12
+-    , hashable          >=1.4.4.0  && <1.5
+-    , template-haskell  >=2.14.0.0 && <2.22
++    , ghc-prim          >=0.5.3    && <0.14
++    , hashable          >=1.4.4.0  && <1.6
++    , template-haskell  >=2.14.0.0 && <2.25
+     , text              >=1.2.3.1  && <1.3  || >=2.0 && <2.2
+ 
+   other-modules:    PrimOps
+@@ -85,7 +88,6 @@ test-suite text-short-tests
+       base
+     , binary
+     , bytestring
+-    , template-haskell
+     , text
+     , text-short
+ 
+@@ -93,6 +95,6 @@ test-suite text-short-tests
+   build-depends:
+       tasty             >=1.4    && <1.6
+     , tasty-hunit       >=0.10.0 && <0.11
+-    , tasty-quickcheck  >=0.10   && <0.11
++    , tasty-quickcheck  >=0.10   && <0.12
+ 
+   default-language: Haskell2010


=====================================
p/haskell-text-short/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

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


More information about the Pkg-haskell-commits mailing list