12
0

4 Commits

3 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Feb 5 04:23:30 UTC 2025 - Peter Simons <psimons@suse.com>
- Update unicode-transforms to version 0.4.0.1 revision 7.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Fri Jul 5 11:01:41 UTC 2024 - Peter Simons <psimons@suse.com>
- Update unicode-transforms to version 0.4.0.1 revision 6.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sun Jun 23 13:53:23 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ghc-unicode-transforms
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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 @@ Summary: Unicode normalization
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/5.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/7.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof

View File

@@ -2,7 +2,7 @@ cabal-version: 2.2
name: unicode-transforms
version: 0.4.0.1
x-revision: 5
x-revision: 7
synopsis: Unicode normalization
description: Fast Unicode 14.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
category: Data,Text,Unicode
@@ -86,10 +86,10 @@ 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.21
, unicode-data >= 0.2 && < 0.5
base >= 4.8 && < 4.22
, unicode-data >= 0.2 && < 0.7
, bytestring >= 0.9 && < 0.13
, ghc-prim >= 0.2 && < 0.12
, 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.