2 Commits

3 changed files with 9 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
cabal-version: 2.4
name: colourista
version: 0.1.0.2
x-revision: 5
x-revision: 6
synopsis: Convenient interface for printing colourful messages
description: Convenient interface for printing colourful messages based on the @ansi-terminal@ library.
homepage: https://github.com/kowainik/colourista
@@ -32,7 +32,7 @@ source-repository head
location: https://github.com/kowainik/colourista.git
common common-options
build-depends: base >= 4.10.1.0 && < 4.21
build-depends: base >= 4.10.1.0 && < 4.22
ghc-options: -Wall
-Wcompat

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 23 15:34:20 UTC 2024 - Peter Simons <psimons@suse.com>
- Update colourista to version 0.1.0.2 revision 6.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sat May 11 16:24:23 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -26,7 +26,7 @@ Summary: Convenient interface for printing colourful messages
License: MPL-2.0
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-ansi-terminal-devel
BuildRequires: ghc-ansi-terminal-prof