Skip to content

Commit

Permalink
Support ghc-9.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
alaendle committed Jan 5, 2025
1 parent 18d37b4 commit 68753d3
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 12 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,17 @@ jobs:
- '9.0.2'
- '9.2.8'
- '9.4.8'
- '9.6.5'
- '9.8.2'
- '9.6.6'
- '9.8.4'
- '9.10.1'
- '9.12.1'
exclude:
- os: macOS-latest
ghc: 9.8.2
ghc: 9.10.1
- os: macOS-latest
ghc: 9.6.5
ghc: 9.8.4
- os: macOS-latest
ghc: 9.6.6
- os: macOS-latest
ghc: 9.4.8
- os: macOS-latest
Expand All @@ -51,9 +54,11 @@ jobs:
ghc: 8.4.4

- os: windows-latest
ghc: 9.8.2
ghc: 9.10.1
- os: windows-latest
ghc: 9.8.4
- os: windows-latest
ghc: 9.6.5
ghc: 9.6.6
- os: windows-latest
ghc: 9.4.8
- os: windows-latest
Expand All @@ -68,6 +73,7 @@ jobs:
ghc: 8.6.5
- os: windows-latest
ghc: 8.4.4

steps:
- uses: actions/checkout@v4

Expand Down
9 changes: 5 additions & 4 deletions 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, 2021-2024 Co-Log
copyright: 2019-2020 Kowainik, 2021-2025 Co-Log
category: Logging, Contravariant, Comonad, Effects
build-type: Simple
stability: provisional
Expand All @@ -34,16 +34,17 @@ tested-with: GHC == 8.4.4
GHC == 9.0.2
GHC == 9.2.8
GHC == 9.4.8
GHC == 9.6.5
GHC == 9.8.2
GHC == 9.6.6
GHC == 9.8.4
GHC == 9.10.1
GHC == 9.12.1

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

common common-options
build-depends: base >= 4.11 && < 4.21
build-depends: base >= 4.11 && < 4.22

ghc-options: -O2
-Wall
Expand Down
6 changes: 6 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
with (import <nixpkgs> {});
mkShell {
buildInputs = [
gmp
];
}
2 changes: 1 addition & 1 deletion src/Colog/Polysemy.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{- |
Module : Colog.Polysemy
Copyright : (c) 2019-2020 Kowainik
(c) 2021-2024 Co-Log
(c) 2021-2025 Co-Log
SPDX-License-Identifier : MPL-2.0
Maintainer : Co-Log <[email protected]>
Stability : Provisional
Expand Down
2 changes: 1 addition & 1 deletion src/Colog/Polysemy/Effect.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{- |
Module : Colog.Polysemy.Effect
Copyright : (c) 2019-2020 Kowainik
(c) 2021-2024 Co-Log
(c) 2021-2025 Co-Log
SPDX-License-Identifier : MPL-2.0
Maintainer : Co-Log <[email protected]>
Stability : Provisional
Expand Down

0 comments on commit 68753d3

Please sign in to comment.