[Git][haskell-team/DHG_packages][master] unicode-data: Upgrading from 0.4.0.1 to 0.6.0
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Sun Jan 11 20:05:55 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
1c8b6200 by Scott Talbert at 2026-01-11T15:05:17-05:00
unicode-data: Upgrading from 0.4.0.1 to 0.6.0
- - - - -
4 changed files:
- p/haskell-unicode-data/debian/changelog
- p/haskell-unicode-data/debian/control
- − p/haskell-unicode-data/debian/patches/newer-deps
- − p/haskell-unicode-data/debian/patches/series
Changes:
=====================================
p/haskell-unicode-data/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-unicode-data (0.4.0.1-3) UNRELEASED; urgency=medium
+haskell-unicode-data (0.6.0-1) unstable; urgency=medium
* Build using dh-haskell
+ * New upstream release
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:12 -0500
+ -- Scott Talbert <swt at techie.net> Sun, 11 Jan 2026 15:03:33 -0500
haskell-unicode-data (0.4.0.1-2) unstable; urgency=medium
=====================================
p/haskell-unicode-data/debian/control
=====================================
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
dh-sequence-haskell,
- ghc (>= 9.4),
+ ghc (>= 9.10),
ghc-prof,
libghc-hspec-dev (>= 2.0),
libghc-hspec-dev (<< 2.12),
=====================================
p/haskell-unicode-data/debian/patches/newer-deps deleted
=====================================
@@ -1,70 +0,0 @@
-Index: b/unicode-data.cabal
-===================================================================
---- a/unicode-data.cabal
-+++ b/unicode-data.cabal
-@@ -1,6 +1,7 @@
- cabal-version: 2.2
- name: unicode-data
- version: 0.4.0.1
-+x-revision: 3
- synopsis: Access Unicode Character Database (UCD)
- description:
- @unicode-data@ provides Haskell APIs to efficiently access the
-@@ -29,6 +30,7 @@ tested-with: GHC==8.0.2
- , GHC==9.0.1
- , GHC==9.2.1
- , GHC==9.4.2
-+ , GHC==9.6.0
-
- extra-source-files:
- Changelog.md
-@@ -115,7 +117,7 @@ library
- hs-source-dirs: lib
- ghc-options: -O2
- build-depends:
-- base >=4.7 && <4.18
-+ base >=4.7 && <4.21
-
- executable ucd2haskell
- import: default-extensions, compile-options
-@@ -127,7 +129,7 @@ executable ucd2haskell
- if flag(ucd2haskell)
- buildable: True
- build-depends:
-- base >= 4.7 && < 4.18
-+ base >= 4.7 && < 4.20
- , containers >= 0.5 && < 0.7
- , directory >= 1.3.6 && < 1.3.9
- , filepath >= 1.4.100 && < 1.5
-@@ -137,6 +139,9 @@ executable ucd2haskell
- buildable: False
-
- test-suite test
-+ -- Testsuite is broken with GHC 9.6,
-+ -- see https://github.com/composewell/unicode-data/issues/118
-+ buildable: False
- import: default-extensions, compile-options
- type: exitcode-stdio-1.0
- main-is: Main.hs
-@@ -145,8 +150,8 @@ test-suite test
- other-modules:
- Unicode.CharSpec
- build-depends:
-- base >= 4.7 && < 4.18
-- , hspec >= 2.0 && < 2.11
-+ base >= 4.7 && < 4.20
-+ , hspec >= 2.0 && < 2.12
- , unicode-data
- -- We need to match a GHC version with the same Unicode version.
- -- See: test/Unicode/CharSpec.hs for compatibility table.
-@@ -160,8 +165,8 @@ benchmark bench
- hs-source-dirs: bench
- main-is: Main.hs
- build-depends:
-- base >= 4.7 && < 4.18,
-- deepseq >= 1.1 && < 1.5,
-+ base >= 4.7 && < 4.20,
-+ deepseq >= 1.1 && < 1.6,
- tasty-bench >= 0.2.5 && < 0.4,
- tasty >= 1.4.1,
- unicode-data
=====================================
p/haskell-unicode-data/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1c8b62008c8182eba84a00a5a8fb210b9b61c8a4
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1c8b62008c8182eba84a00a5a8fb210b9b61c8a4
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/a0befba4/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list