Accepting request 1240784 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/1240784 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-unicode-collation?expand=0&rev=9
This commit is contained in:
commit
32e15fecee
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 23 06:07:35 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update unicode-collation to version 0.1.3.6 revision 2.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 18 01:33:39 UTC 2024 - Peter Simons <psimons@suse.com>
|
Tue Jun 18 01:33:39 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-unicode-collation
|
# spec file for package ghc-unicode-collation
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 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: Haskell implementation of the Unicode Collation Algorithm
|
|||||||
License: BSD-2-Clause
|
License: BSD-2-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/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-Cabal-devel
|
||||||
BuildRequires: ghc-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
cabal-version: 2.2
|
cabal-version: 2.2
|
||||||
name: unicode-collation
|
name: unicode-collation
|
||||||
version: 0.1.3.6
|
version: 0.1.3.6
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
synopsis: Haskell implementation of the Unicode Collation Algorithm
|
synopsis: Haskell implementation of the Unicode Collation Algorithm
|
||||||
description: This library provides a pure Haskell implementation of
|
description: This library provides a pure Haskell implementation of
|
||||||
the Unicode Collation Algorithm described at
|
the Unicode Collation Algorithm described at
|
||||||
@ -51,7 +51,7 @@ flag executable
|
|||||||
Default: False
|
Default: False
|
||||||
|
|
||||||
common common-options
|
common common-options
|
||||||
build-depends: base >= 4.11 && < 4.21
|
build-depends: base >= 4.11 && < 4.22
|
||||||
|
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
-Wcompat
|
-Wcompat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user