File tree Expand file tree Collapse file tree 5 files changed +19
-12
lines changed Expand file tree Collapse file tree 5 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 1
- * @ chshersh @ vrom911
1
+ * @ vrom911
Original file line number Diff line number Diff line change @@ -17,16 +17,19 @@ jobs:
17
17
strategy :
18
18
matrix :
19
19
os : [ubuntu-latest, macOS-latest, windows-latest]
20
- cabal : ["3.6.2.0 "]
20
+ cabal : ["3.8 "]
21
21
ghc :
22
22
- " 8.2.2"
23
23
- " 8.4.4"
24
24
- " 8.6.5"
25
25
- " 8.8.4"
26
26
- " 8.10.7"
27
27
- " 9.0.2"
28
- - " 9.2.1"
28
+ - " 9.2.4"
29
+ - " 9.4.2"
29
30
exclude :
31
+ - os : macOS-latest
32
+ ghc : 9.2.4
30
33
- os : macOS-latest
31
34
ghc : 9.0.2
32
35
- os : macOS-latest
40
43
- os : macOS-latest
41
44
ghc : 8.2.2
42
45
46
+ - os : windows-latest
47
+ ghc : 9.2.4
43
48
- os : windows-latest
44
49
ghc : 9.0.2
45
50
- os : windows-latest
56
61
steps :
57
62
- uses : actions/checkout@v3
58
63
59
- - uses : haskell/actions/setup@v2.0
64
+ - uses : haskell/actions/setup@v2
60
65
id : setup-haskell-cabal
61
66
name : Setup Haskell
62
67
with :
71
76
run : |
72
77
cabal freeze
73
78
74
- - uses : actions/cache@v3.0.11
79
+ - uses : actions/cache@v3
75
80
name : Cache ~/.cabal/store
76
81
with :
77
82
path : ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
Original file line number Diff line number Diff line change 3
3
` co-log-core ` uses [ PVP Versioning] [ 1 ] .
4
4
The change log is available [ on GitHub] [ 2 ] .
5
5
6
+ ## 0.3.2.0 — Nov 2, 2022
7
+
8
+ * [ #25 ] ( https://github.com/co-log/co-log-core/issues/25 ) :
9
+ Support GHC-9.4.
10
+
6
11
## 0.3.1.0 — Feb 15, 2022
7
12
8
13
* [ #7 ] ( https://github.com/co-log/co-log-core/issues/7 ) :
Original file line number Diff line number Diff line change 4
4
5
5
[ ![ GitHub CI] ( https://github.com/co-log/co-log-core/workflows/CI/badge.svg )] ( https://github.com/co-log/co-log-core/actions )
6
6
[ ![ Hackage] [ hk-img-core ]] [ hk-core ]
7
- [ ![ Stackage LTS] [ lts-img-core ]] [ lts-core ]
8
7
[ ![ MPL-2.0 license] ( https://img.shields.io/badge/license-MPL--2.0-blue.svg )] ( https://github.com/kowainik/co-log/blob/main/LICENSE )
9
8
10
9
` co-log-core ` is a lightweight package that provides core types and functions to
@@ -49,5 +48,3 @@ will need to set it up with these steps:
49
48
50
49
[ hk-img-core ] : https://img.shields.io/hackage/v/co-log-core.svg?logo=haskell
51
50
[ hk-core ] : https://hackage.haskell.org/package/co-log-core
52
- [ lts-img-core ] : http://stackage.org/package/co-log-core/badge/lts
53
- [ lts-core ] : http://stackage.org/lts/package/co-log-core
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : co-log-core
3
- version : 0.3.1 .0
3
+ version : 0.3.2 .0
4
4
synopsis : Composable Contravariant Comonadic Logging Library
5
5
description :
6
6
This package provides core types and functions to work with the @LogAction@ data type which is both simple and powerful.
@@ -39,15 +39,15 @@ tested-with: GHC == 8.2.2
39
39
GHC == 8.8.4
40
40
GHC == 8.10.7
41
41
GHC == 9.0.2
42
- GHC == 9.2.1
43
- GHC == 9.2 .2
42
+ GHC == 9.2.4
43
+ GHC == 9.4 .2
44
44
45
45
source-repository head
46
46
type : git
47
47
location : https://github.com/co-log/co-log-core.git
48
48
49
49
common common-options
50
- build-depends : base >= 4.10.1.0 && < 4.17
50
+ build-depends : base >= 4.10.1.0 && < 4.18
51
51
52
52
ghc-options : -Wall
53
53
-Wcompat
You can’t perform that action at this time.
0 commit comments