Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-unicode-transforms for
openSUSE:Factory checked in at 2026-06-10 16:09:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unicode-transforms (Old)
and /work/SRC/openSUSE:Factory/.ghc-unicode-transforms.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unicode-transforms"
Wed Jun 10 16:09:14 2026 rev:26 rq:1358468 version:0.4.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-unicode-transforms/ghc-unicode-transforms.changes
2025-10-28 14:48:22.023482494 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-unicode-transforms.new.2375/ghc-unicode-transforms.changes
2026-06-10 16:14:09.596949344 +0200
@@ -1,0 +2,6 @@
+Thu Jan 15 14:35:39 UTC 2026 - Peter Simons <[email protected]>
+
+- Update unicode-transforms to version 0.4.0.1 revision 9.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-unicode-transforms.spec ++++++
--- /var/tmp/diff_new_pack.9ATnup/_old 2026-06-10 16:14:12.725078974 +0200
+++ /var/tmp/diff_new_pack.9ATnup/_new 2026-06-10 16:14:12.729079140 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-unicode-transforms
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/8.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/9.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
++++++ unicode-transforms.cabal ++++++
--- /var/tmp/diff_new_pack.9ATnup/_old 2026-06-10 16:14:12.797081958 +0200
+++ /var/tmp/diff_new_pack.9ATnup/_new 2026-06-10 16:14:12.801082124 +0200
@@ -2,7 +2,7 @@
name: unicode-transforms
version: 0.4.0.1
-x-revision: 8
+x-revision: 9
synopsis: Unicode normalization
description: Fast Unicode 14.0.0 normalization in Haskell (NFC, NFKC, NFD,
NFKD).
category: Data,Text,Unicode
@@ -23,9 +23,12 @@
, GHC==8.10.7
, GHC==9.0.2
, GHC==9.2.8
- , GHC==9.4.7
- , GHC==9.6.3
- , GHC==9.8.1
+ , GHC==9.4.8
+ , GHC==9.6.7
+ , GHC==9.8.4
+ , GHC==9.10.3
+ , GHC==9.12.2
+ , GHC==9.14.1
build-type: Simple
extra-source-files:
Changelog.md
@@ -86,7 +89,7 @@
hs-source-dirs: .
ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates
-fwarn-incomplete-uni-patterns -fwarn-tabs
build-depends:
- base >= 4.8 && < 4.22
+ base >= 4.8 && < 4.23
, unicode-data >= 0.2 && < 0.9
, bytestring >= 0.9 && < 0.13
, ghc-prim >= 0.2 && < 0.14
@@ -111,7 +114,7 @@
test
ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates
-fwarn-incomplete-uni-patterns -fwarn-tabs
build-depends:
- QuickCheck >=2.1 && <2.16
+ QuickCheck >=2.1 && <2.18
, base
, deepseq >=1.1 && <1.6
, text
@@ -189,7 +192,7 @@
if flag(use-gauge)
build-depends: gauge >=0.2.0 && <0.3
else
- build-depends: tasty-bench>= 0.2.5 && <0.4
+ build-depends: tasty-bench>= 0.2.5 && <0.6
mixins: tasty-bench (Test.Tasty.Bench as Gauge.Main)
if flag(dev)
ghc-options: -O0