Skip to content

Commit 43cd146

Browse files
authored
Prepare 0.0.1.3 release (#3)
1 parent 15d0f74 commit 43cd146

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
`co-log-polysemy` uses [PVP Versioning][1].
44
The changelog is available [on GitHub][2].
55

6-
## 0.0.1.3 — <M> <d>, 2021
6+
## 0.0.1.3 — Nov 2, 2021
77

88
* [#223](https://github.com/kowainik/co-log/pulls/223):
99
Support GHC-9.0.1.
10-
Allow `polysemy-1.6.0.0`.
10+
* Allow `polysemy-1.6.0.0`.
11+
* Bump up lower bound for `co-log-core` to `0.3.0.0`.
1112

1213
## 0.0.1.2 — Apr 18, 2020
1314

co-log-polysemy.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ license: MPL-2.0
2121
license-file: LICENSE
2222
author: Dmitrii Kovanikov
2323
maintainer: Kowainik <xrom.xkov@gmail.com>
24-
copyright: 2019-2020 Kowainik
24+
copyright: 2019-2020 Kowainik, 2021 Co-Log
2525
category: Logging, Contravariant, Comonad, Effects
2626
build-type: Simple
2727
stability: provisional

src/Colog/Polysemy.hs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{- |
2-
Copyright: (c) 2019-2020 Kowainik
3-
SPDX-License-Identifier: MPL-2.0
4-
Maintainer: Kowainik <xrom.xkov@gmail.com>
2+
Module : Colog.Polysemy
3+
Copyright : (c) 2019-2020 Kowainik
4+
(c) 2021 Co-Log
5+
SPDX-License-Identifier : MPL-2.0
6+
Maintainer : Co-Log <xrom.xkov@gmail.com>
7+
Stability : Provisional
8+
Portability : Portable
59
610
This package contains extensible effects implementation of composable, contravariant and
711
comonadic logging based on @co-log-core@ and @polysemy@.

src/Colog/Polysemy/Effect.hs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{-# LANGUAGE TemplateHaskell #-}
22

33
{- |
4-
Copyright: (c) 2019-2020 Kowainik
5-
SPDX-License-Identifier: MPL-2.0
6-
Maintainer: Kowainik <xrom.xkov@gmail.com>
4+
Module : Colog.Polysemy.Effect
5+
Copyright : (c) 2019-2020 Kowainik
6+
(c) 2021 Co-Log
7+
SPDX-License-Identifier : MPL-2.0
8+
Maintainer : Co-Log <xrom.xkov@gmail.com>
9+
Stability : Provisional
10+
Portability : Portable
711
812
This module contains logging effect which can be interpreted in terms of
913
'LogAction' from the @co-log-core@ package.

0 commit comments

Comments
 (0)