Updating link to change in openSUSE:Factory/ghc-unicode-transforms revision 19

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-unicode-transforms?expand=0&rev=0b2dca495338811756e77ce7c51434ac
This commit is contained in:
OBS User buildservice-autocommit
2023-01-18 12:10:52 +00:00
committed by Git OBS Bridge
parent b6d5db3885
commit 7187f01508
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 20 15:41:04 UTC 2022 - Peter Simons <psimons@suse.com>
- Update unicode-transforms to version 0.4.0.1 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Wed Sep 14 06:56:28 UTC 2022 - Peter Simons <psimons@suse.com>

View File

@@ -25,7 +25,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/1.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-rpm-macros

View File

@@ -2,7 +2,7 @@ cabal-version: 2.2
name: unicode-transforms
version: 0.4.0.1
x-revision: 1
x-revision: 2
synopsis: Unicode normalization
description: Fast Unicode 14.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
category: Data,Text,Unicode
@@ -85,7 +85,7 @@ library
ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs
build-depends:
base >= 4.8 && < 4.18
, unicode-data >= 0.2 && < 0.4
, unicode-data >= 0.2 && < 0.5
, bytestring >= 0.9 && < 0.12
, ghc-prim >= 0.2 && < 0.10