osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-text-ansi revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-text-ansi?expand=0&rev=3
This commit is contained in:
parent
f9559de939
commit
fefb72edb3
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 24 15:55:44 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update text-ansi to version 0.3.0.
|
||||
## [0.3.0] - 2023-09-24
|
||||
|
||||
- Switch the underlying text builder from `text-builder` to `text-builder-linear`. This also affects the API provided by
|
||||
`Text.Builder.ANSI`; users that were relying on the `Buidler` type from `text-builder` specificially are encouraged
|
||||
to simply use older versions of this package until they are able to update their own code to use `text-builder-linear`
|
||||
instead.
|
||||
|
||||
The motivation for this change is performance and encoraging the ecosystem to move in the right direction. See the
|
||||
`text-builder-linear` project for more details. In a nutshell, it is the superior builder type ;)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 11 14:37:45 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name text-ansi
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.1.1
|
||||
Version: 0.3.0
|
||||
Release: 0
|
||||
Summary: Text styling for ANSI terminals
|
||||
License: BSD-3-Clause
|
||||
@ -29,8 +29,8 @@ BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-text-builder-devel
|
||||
BuildRequires: ghc-text-builder-prof
|
||||
BuildRequires: ghc-text-builder-linear-devel
|
||||
BuildRequires: ghc-text-builder-linear-prof
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-text-prof
|
||||
ExcludeArch: %{ix86}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:593da9413b77fbccdd0b1b6c767ec054c4c630a83d06b2da3d9e6213a26797d1
|
||||
size 5709
|
3
text-ansi-0.3.0.tar.gz
Normal file
3
text-ansi-0.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35b383ae4b803971026e183dc670c5bc484271f39871a1a3e0b15e28731a4550
|
||||
size 6079
|
Loading…
x
Reference in New Issue
Block a user