Accepting request 1251605 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1251605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-text-ansi?expand=0&rev=5
This commit is contained in:
Ana Guerrero 2025-03-10 17:04:33 +00:00 committed by Git OBS Bridge
commit ea51cd9160
3 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Mar 2 12:00:28 UTC 2025 - Peter Simons <psimons@suse.com>
- Update text-ansi to version 0.3.0.1 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu May 16 02:18:16 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-text-ansi
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@ Summary: Text styling for ANSI terminals
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-base-devel
BuildRequires: ghc-base-prof

View File

@ -4,16 +4,16 @@ author: Mitchell Dalvi Rosen, Travis Staton
bug-reports: https://github.com/awkward-squad/text-ansi/issues
build-type: Simple
category: Data
copyright: (c) 2018-2024 Mitchell Dalvi Rosen, Travis Staton
copyright: (c) 2018-2025 Mitchell Dalvi Rosen, Travis Staton
homepage: https://github.com/awkward-squad/text-ansi
license-file: LICENSE
license: BSD-3-Clause
maintainer: Mitchell Dalvi Rosen <mitchellwrosen@gmail.com>, Travis Staton <hello@travisstaton.com>
name: text-ansi
synopsis: Text styling for ANSI terminals.
tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1
tested-with: GHC == 9.8.4, GHC == 9.10.1, GHC == 9.12.1
version: 0.3.0.1
x-revision: 1
x-revision: 2
description:
Text styling for ANSI terminals using SGR codes, as defined by the
@ -37,7 +37,7 @@ source-repository head
library
build-depends:
base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20,
base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 || ^>= 4.21,
text >= 1.0 && < 2.2,
text-builder-linear ^>= 0.1.1,
default-language: