[Git][haskell-team/DHG_packages][master] unicode-transforms: Patch for newer deps

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Sun Jan 11 21:26:15 GMT 2026



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


Commits:
44adfa3f by Scott Talbert at 2026-01-11T16:24:46-05:00
unicode-transforms: Patch for newer deps

- - - - -


3 changed files:

- p/haskell-unicode-transforms/debian/changelog
- p/haskell-unicode-transforms/debian/control
- p/haskell-unicode-transforms/debian/patches/newer-deps


Changes:

=====================================
p/haskell-unicode-transforms/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-unicode-transforms (0.4.0.1-5) unstable; urgency=medium
+
+  * Patch for newer deps
+
+ -- Scott Talbert <swt at techie.net>  Sun, 11 Jan 2026 16:19:00 -0500
+
 haskell-unicode-transforms (0.4.0.1-4) unstable; urgency=medium
 
   * Build using dh-haskell


=====================================
p/haskell-unicode-transforms/debian/control
=====================================
@@ -13,13 +13,13 @@ Build-Depends: debhelper-compat (= 13),
  libghc-hspec-dev (<< 3),
  libghc-hspec-prof,
  libghc-quickcheck2-dev (>= 2.1),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 2.16),
  libghc-quickcheck2-prof,
  libghc-split-dev (>= 0.2),
  libghc-split-dev (<< 0.3),
  libghc-split-prof,
  libghc-unicode-data-dev (>= 0.2),
- libghc-unicode-data-dev (<< 0.5),
+ libghc-unicode-data-dev (<< 0.9),
  libghc-unicode-data-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-unicode-data-doc,


=====================================
p/haskell-unicode-transforms/debian/patches/newer-deps
=====================================
@@ -23,17 +23,54 @@ Index: b/unicode-transforms.cabal
  build-type:     Simple
  extra-source-files:
      Changelog.md
-@@ -82,10 +85,10 @@ library
+@@ -82,14 +85,14 @@ library
    hs-source-dirs: .
    ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs
    build-depends:
 -      base         >= 4.8 && < 4.17
 -    , unicode-data >= 0.2 && < 0.4
-+      base         >= 4.8 && < 4.19
-+    , unicode-data >= 0.2 && < 0.5
-     , bytestring   >= 0.9 && < 0.12
+-    , bytestring   >= 0.9 && < 0.12
 -    , ghc-prim     >= 0.2 && < 0.9
-+    , ghc-prim     >= 0.2 && < 0.11
++      base         >= 4.8 && < 4.22
++    , unicode-data >= 0.2 && < 0.9
++    , bytestring   >= 0.9 && < 0.13
++    , ghc-prim     >= 0.2 && < 0.14
  
      -- We depend on a lot of internal modules in text. We keep the upper bound
      -- inclusive of the latest stable version.
+-    , text         >=1.1.1 && <=1.2.5.0 || >=2.0 && <2.1
++    , text         >=1.1.1 && <=1.2.5.0 || >=2.0 && <2.2
+   if flag(dev)
+     ghc-options: -O0
+   else
+@@ -107,9 +110,9 @@ test-suite extras
+       test
+   ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs
+   build-depends:
+-      QuickCheck >=2.1 && <2.15
++      QuickCheck >=2.1 && <2.16
+     , base
+-    , deepseq >=1.1 && <1.5
++    , deepseq >=1.1 && <1.6
+     , text
+     , unicode-transforms
+   if flag(dev)
+@@ -178,8 +181,8 @@ benchmark bench
+       base
+     , deepseq
+     , filepath >=1.0 && <2
+-    , path >=0.0.0 && <0.9
+-    , path-io >=0.1.0 && <1.7
++    , path >=0.0.0 && <0.10
++    , path-io >=0.1.0 && <1.9
+     , text
+     , unicode-transforms
+   if flag(use-gauge)
+@@ -212,6 +215,6 @@ executable chart
+         base
+       , bench-show >= 0.3 && < 0.4
+       , split
+-      , transformers >= 0.4   && < 0.6
++      , transformers >= 0.4   && < 0.7
+   else
+     buildable: False



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/44adfa3fb8d7401a189bc5ba200322315cc32e51
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/20260111/f799f2b2/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list