1
1
cabal-version : 2.4
2
2
name : colourista
3
- version : 0.1.0.1
3
+ version : 0.1.0.2
4
4
synopsis : Convenient interface for printing colourful messages
5
5
description : Convenient interface for printing colourful messages based on the @ansi-terminal@ library .
6
6
homepage : https://github.com/kowainik/colourista
@@ -9,7 +9,7 @@ license: MPL-2.0
9
9
license-file : LICENSE
10
10
author : Veronika Romashkina, Dmitrii Kovanikov
11
11
maintainer : Kowainik <
[email protected] >
12
- copyright : 2020-2021 Kowainik
12
+ copyright : 2020-2022 Kowainik
13
13
category : Terminal, ANSI
14
14
build-type : Simple
15
15
extra-doc-files : README.md
@@ -19,14 +19,16 @@ tested-with: GHC == 8.2.2
19
19
GHC == 8.6.5
20
20
GHC == 8.8.4
21
21
GHC == 8.10.4
22
- GHC == 9.0.1
22
+ GHC == 9.0.2
23
+ GHC == 9.2.4
24
+ GHC == 9.4.2
23
25
24
26
source-repository head
25
27
type : git
26
28
location : https://github.com/kowainik/colourista.git
27
29
28
30
common common-options
29
- build-depends : base >= 4.10.1.0 && < 4.16
31
+ build-depends : base >= 4.10.1.0 && < 4.18
30
32
31
33
ghc-options : -Wall
32
34
-Wcompat
@@ -73,8 +75,7 @@ library
73
75
74
76
build-depends : ansi-terminal >= 0.10 && < 0.12
75
77
, bytestring >= 0.10 && < 0.12
76
- , ghc-prim >= 0.5 && < 0.8
77
- , text ^>= 1.2.3.0
78
+ , text >= 1.2.3.0 && < 2.1
78
79
79
80
test-suite colourista-test
80
81
import : common-options
@@ -85,7 +86,7 @@ test-suite colourista-test
85
86
86
87
build-depends : colourista
87
88
, bytestring
88
- , hspec >= 2.7.1 && < 2.9
89
+ , hspec >= 2.7.1 && < 2.11
89
90
, text
90
91
91
92
ghc-options : -threaded
0 commit comments