File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed 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.2.1.2 — <M > <d >, 2021
7
+
8
+ * [ #223 ] ( https://github.com/kowainik/co-log/pulls/223 ) :
9
+ Support GHC-9.0.1.
10
+
6
11
## 0.2.1.1 — Apr 18, 2020
7
12
8
13
* [ #186 ] ( https://github.com/kowainik/co-log/issues/186 ) :
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.2.1.1
3
+ version : 0.2.1.2
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.
@@ -38,13 +38,14 @@ tested-with: GHC == 8.2.2
38
38
GHC == 8.6.5
39
39
GHC == 8.8.3
40
40
GHC == 8.10.1
41
+ GHC == 9.0.1
41
42
42
43
source-repository head
43
44
type : git
44
45
location : https://github.com/kowainik/co-log.git
45
46
46
47
common common-options
47
- build-depends : base >= 4.10.1.0 && < 4.15
48
+ build-depends : base >= 4.10.1.0 && < 4.16
48
49
49
50
ghc-options : -Wall
50
51
-Wcompat
@@ -91,5 +92,5 @@ test-suite doctest
91
92
type : exitcode-stdio-1.0
92
93
hs-source-dirs : test
93
94
main-is : Doctests.hs
94
- build-depends : doctest >= 0.16.0 && < 0.18
95
+ build-depends : doctest >= 0.16.0 && < 0.19
95
96
, Glob ^>= 0.10.0
You can’t perform that action at this time.
0 commit comments