-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v0.3.2.3 - allow doctest-0.23.
- Loading branch information
Showing
7 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cabal-version: 2.4 | ||
name: co-log-core | ||
version: 0.3.2.2 | ||
version: 0.3.2.3 | ||
synopsis: Composable Contravariant Comonadic Logging Library | ||
description: | ||
This package provides core types and functions to work with the @LogAction@ data type which is both simple and powerful. | ||
|
@@ -26,8 +26,8 @@ bug-reports: https://github.com/co-log/co-log-core/issues | |
license: MPL-2.0 | ||
license-file: LICENSE | ||
author: Dmitrii Kovanikov | ||
maintainer: Kowainik <[email protected]> | ||
copyright: 2018-2020 Kowainik, 2021-2024 Co-Log | ||
maintainer: Co-Log <[email protected]> | ||
copyright: 2018-2020 Kowainik, 2021-2025 Co-Log | ||
category: Logging, Contravariant, Comonad | ||
build-type: Simple | ||
stability: stable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{- | | ||
Module : Colog.Core | ||
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log | ||
Copyright : (c) 2018-2020 Kowainik, 2021-2025 Co-Log | ||
SPDX-License-Identifier : MPL-2.0 | ||
Maintainer : Co-Log <[email protected]> | ||
Stability : Stable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
{- | | ||
Module : Colog.Core.Action | ||
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log | ||
Copyright : (c) 2018-2020 Kowainik, 2021-2025 Co-Log | ||
SPDX-License-Identifier : MPL-2.0 | ||
Maintainer : Co-Log <[email protected]> | ||
Stability : Stable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
{- | | ||
Module : Colog.Core.Class | ||
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log | ||
Copyright : (c) 2018-2020 Kowainik, 2021-2025 Co-Log | ||
SPDX-License-Identifier : MPL-2.0 | ||
Maintainer : Co-Log <[email protected]> | ||
Stability : Stable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
{- | | ||
Module : Colog.Core.IO | ||
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log | ||
Copyright : (c) 2018-2020 Kowainik, 2021-2025 Co-Log | ||
SPDX-License-Identifier : MPL-2.0 | ||
Maintainer : Co-Log <[email protected]> | ||
Stability : Stable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
{- | | ||
Module : Colog.Core.Severity | ||
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log | ||
Copyright : (c) 2018-2020 Kowainik, 2021-2025 Co-Log | ||
SPDX-License-Identifier : MPL-2.0 | ||
Maintainer : Co-Log <[email protected]> | ||
Stability : Stable | ||
|