Skip to content

Commit

Permalink
Support ghc-9.10. (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Ländle <969523+alaendle@users.noreply.github.com>
  • Loading branch information
alaendle and alaendle authored May 21, 2024
1 parent eb813f0 commit 5e1338e
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 17 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,17 @@ jobs:
- '8.10.7'
- '9.0.2'
- '9.2.8'
- '9.4.7'
- '9.6.3'
- '9.8.1'
- '9.4.8'
- '9.6.5'
- '9.8.2'
- '9.10.1'
exclude:
- os: macOS-latest
ghc: 9.6.3
ghc: 9.8.2
- os: macOS-latest
ghc: 9.4.7
ghc: 9.6.5
- os: macOS-latest
ghc: 9.4.8
- os: macOS-latest
ghc: 9.2.8
- os: macOS-latest
Expand All @@ -51,9 +54,11 @@ jobs:
ghc: 8.2.2

- os: windows-latest
ghc: 9.6.3
ghc: 9.8.2
- os: windows-latest
ghc: 9.6.5
- os: windows-latest
ghc: 9.4.7
ghc: 9.4.8
- os: windows-latest
ghc: 9.2.8
- os: windows-latest
Expand Down
11 changes: 6 additions & 5 deletions co-log-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ license: MPL-2.0
license-file: LICENSE
author: Dmitrii Kovanikov
maintainer: Kowainik <xrom.xkov@gmail.com>
copyright: 2018-2020 Kowainik, 2021-2023 Co-Log
copyright: 2018-2020 Kowainik, 2021-2024 Co-Log
category: Logging, Contravariant, Comonad
build-type: Simple
stability: stable
Expand All @@ -40,16 +40,17 @@ tested-with: GHC == 8.2.2
GHC == 8.10.7
GHC == 9.0.2
GHC == 9.2.8
GHC == 9.4.7
GHC == 9.6.3
GHC == 9.8.1
GHC == 9.4.8
GHC == 9.6.5
GHC == 9.8.2
GHC == 9.10.1

source-repository head
type: git
location: https://github.com/co-log/co-log-core.git

common common-options
build-depends: base >= 4.10.1.0 && < 4.20
build-depends: base >= 4.10.1.0 && < 4.21

ghc-options: -Wall
-Wcompat
Expand Down
2 changes: 1 addition & 1 deletion src/Colog/Core.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Colog.Core
Copyright : (c) 2018-2020 Kowainik, 2021-2023 Co-Log
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log
SPDX-License-Identifier : MPL-2.0
Maintainer : Co-Log <xrom.xkov@gmail.com>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Colog/Core/Action.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{- |
Module : Colog.Core.Action
Copyright : (c) 2018-2020 Kowainik, 2021-2023 Co-Log
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log
SPDX-License-Identifier : MPL-2.0
Maintainer : Co-Log <xrom.xkov@gmail.com>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Colog/Core/Class.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{- |
Module : Colog.Core.Class
Copyright : (c) 2018-2020 Kowainik, 2021-2023 Co-Log
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log
SPDX-License-Identifier : MPL-2.0
Maintainer : Co-Log <xrom.xkov@gmail.com>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Colog/Core/IO.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{- |
Module : Colog.Core.IO
Copyright : (c) 2018-2020 Kowainik, 2021-2023 Co-Log
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log
SPDX-License-Identifier : MPL-2.0
Maintainer : Co-Log <xrom.xkov@gmail.com>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Colog/Core/Severity.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{- |
Module : Colog.Core.Severity
Copyright : (c) 2018-2020 Kowainik, 2021-2023 Co-Log
Copyright : (c) 2018-2020 Kowainik, 2021-2024 Co-Log
SPDX-License-Identifier : MPL-2.0
Maintainer : Co-Log <xrom.xkov@gmail.com>
Stability : Stable
Expand Down

0 comments on commit 5e1338e

Please sign in to comment.