Skip to content

Commit

Permalink
Prepare 0.0.1.3 release (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
chshersh authored Nov 4, 2021
1 parent 15d0f74 commit 43cd146
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
`co-log-polysemy` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].

## 0.0.1.3 — <M> <d>, 2021
## 0.0.1.3 — Nov 2, 2021

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

## 0.0.1.2 — Apr 18, 2020

Expand Down
2 changes: 1 addition & 1 deletion co-log-polysemy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ license: MPL-2.0
license-file: LICENSE
author: Dmitrii Kovanikov
maintainer: Kowainik <[email protected]>
copyright: 2019-2020 Kowainik
copyright: 2019-2020 Kowainik, 2021 Co-Log
category: Logging, Contravariant, Comonad, Effects
build-type: Simple
stability: provisional
Expand Down
10 changes: 7 additions & 3 deletions src/Colog/Polysemy.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{- |
Copyright: (c) 2019-2020 Kowainik
SPDX-License-Identifier: MPL-2.0
Maintainer: Kowainik <[email protected]>
Module : Colog.Polysemy
Copyright : (c) 2019-2020 Kowainik
(c) 2021 Co-Log
SPDX-License-Identifier : MPL-2.0
Maintainer : Co-Log <[email protected]>
Stability : Provisional
Portability : Portable
This package contains extensible effects implementation of composable, contravariant and
comonadic logging based on @co-log-core@ and @polysemy@.
Expand Down
10 changes: 7 additions & 3 deletions src/Colog/Polysemy/Effect.hs
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{-# LANGUAGE TemplateHaskell #-}

{- |
Copyright: (c) 2019-2020 Kowainik
SPDX-License-Identifier: MPL-2.0
Maintainer: Kowainik <[email protected]>
Module : Colog.Polysemy.Effect
Copyright : (c) 2019-2020 Kowainik
(c) 2021 Co-Log
SPDX-License-Identifier : MPL-2.0
Maintainer : Co-Log <[email protected]>
Stability : Provisional
Portability : Portable
This module contains logging effect which can be interpreted in terms of
'LogAction' from the @co-log-core@ package.
Expand Down

0 comments on commit 43cd146

Please sign in to comment.