File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 3
3
` co-log-polysemy ` uses [ PVP Versioning] [ 1 ] .
4
4
The changelog is available [ on GitHub] [ 2 ] .
5
5
6
+ ## 0.0.1.6 - January 5, 2025
7
+
8
+ ### What's Changed
9
+ * Support ghc-9.12
10
+
11
+ ** Full Changelog** : https://github.com/co-log/co-log-polysemy/compare/v0.0.1.5...v0.0.1.6
12
+
6
13
## 0.0.1.5 - Jun 8, 2024
7
14
8
15
### What's Changed
9
16
* GA(deps): Bump actions/cache from 3 to 4 by @dependabot in https://github.com/co-log/co-log-polysemy/pull/23
10
17
* Support ghc-9.10. by @alaendle in https://github.com/co-log/co-log-polysemy/pull/24
11
18
12
-
13
19
** Full Changelog** : https://github.com/co-log/co-log-polysemy/compare/v0.0.1.4...v0.0.1.5
14
20
15
21
## 0.0.1.4 — Oct 20, 2023
@@ -32,6 +38,7 @@ The changelog is available [on GitHub][2].
32
38
* @alaendle made their first contribution in [ #14 ] ( https://github.com/co-log/co-log-polysemy/pull/14 )
33
39
34
40
** Full Changelog** : https://github.com/co-log/co-log-polysemy/compare/v0.0.1.3...v0.0.1.4
41
+
35
42
## 0.0.1.3 — Nov 2, 2021
36
43
37
44
* [ #223 ] ( https://github.com/co-log/co-log/pulls/223 ) :
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : co-log-polysemy
3
- version : 0.0.1.5
3
+ version : 0.0.1.6
4
4
synopsis : Composable Contravariant Comonadic Logging Library
5
5
description :
6
6
Implementation of the [co-log](http://hackage.haskell.org/package/co-log-core)
@@ -95,7 +95,7 @@ library
95
95
import : common-options
96
96
hs-source-dirs : src
97
97
exposed-modules : Colog.Polysemy
98
- Colog.Polysemy.Effect
98
+ Colog.Polysemy.Effect
99
99
100
100
build-depends : co-log-core ^>= 0.3.0.0
101
101
, polysemy >= 1.2.0.0 && < 1.10
You can’t perform that action at this time.
0 commit comments