Accepting request 1188664 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/1188664 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-unicode-transforms?expand=0&rev=23
This commit is contained in:
commit
de495c4562
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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/6.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
|
@ -2,7 +2,7 @@ cabal-version: 2.2
|
||||
|
||||
name: unicode-transforms
|
||||
version: 0.4.0.1
|
||||
x-revision: 5
|
||||
x-revision: 6
|
||||
synopsis: Unicode normalization
|
||||
description: Fast Unicode 14.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
|
||||
category: Data,Text,Unicode
|
||||
@ -87,7 +87,7 @@ library
|
||||
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
|
||||
, unicode-data >= 0.2 && < 0.7
|
||||
, bytestring >= 0.9 && < 0.13
|
||||
, ghc-prim >= 0.2 && < 0.12
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user