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 89aa3f0 commit 48a219b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
- '9.6.6'
- '9.8.4'
- '9.10.1'
- '9.12.1'
exclude:
- os: macOS-latest
ghc: 9.10.1
- os: macOS-latest
ghc: 9.8.4
- os: macOS-latest
Expand All @@ -53,6 +56,8 @@ jobs:
- os: macOS-latest
ghc: 8.2.2

- os: windows-latest
ghc: 9.10.1
- os: windows-latest
ghc: 9.8.4
- os: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion co-log-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ source-repository head
location: https://github.com/co-log/co-log-core.git

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

ghc-options: -Wall
-Wcompat
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
];
}

0 comments on commit 48a219b

Please sign in to comment.