forked from pool/ghc-unicode-transforms
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
de495c4562 | |||
efc02f5ca7 |
@@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Fri Jul 5 11:01:41 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-unicode-transforms
|
# spec file for package ghc-unicode-transforms
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -26,7 +26,7 @@ Summary: Unicode normalization
|
|||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/7.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-Cabal-devel
|
||||||
BuildRequires: ghc-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
|
@@ -2,7 +2,7 @@ cabal-version: 2.2
|
|||||||
|
|
||||||
name: unicode-transforms
|
name: unicode-transforms
|
||||||
version: 0.4.0.1
|
version: 0.4.0.1
|
||||||
x-revision: 7
|
x-revision: 6
|
||||||
synopsis: Unicode normalization
|
synopsis: Unicode normalization
|
||||||
description: Fast Unicode 14.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
|
description: Fast Unicode 14.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
|
||||||
category: Data,Text,Unicode
|
category: Data,Text,Unicode
|
||||||
@@ -86,10 +86,10 @@ library
|
|||||||
hs-source-dirs: .
|
hs-source-dirs: .
|
||||||
ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs
|
ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs
|
||||||
build-depends:
|
build-depends:
|
||||||
base >= 4.8 && < 4.22
|
base >= 4.8 && < 4.21
|
||||||
, unicode-data >= 0.2 && < 0.7
|
, unicode-data >= 0.2 && < 0.7
|
||||||
, bytestring >= 0.9 && < 0.13
|
, bytestring >= 0.9 && < 0.13
|
||||||
, ghc-prim >= 0.2 && < 0.14
|
, ghc-prim >= 0.2 && < 0.12
|
||||||
|
|
||||||
-- We depend on a lot of internal modules in text. We keep the upper bound
|
-- We depend on a lot of internal modules in text. We keep the upper bound
|
||||||
-- inclusive of the latest stable version.
|
-- inclusive of the latest stable version.
|
||||||
|
Reference in New Issue
Block a user