Skip to content

Commit 9c34f65

Browse files
committed
update for ghc-9.12
1 parent 718df3f commit 9c34f65

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# latest Cabal (3.4.0.0); they do *not* use the version of
3030
# Cabal that originally shipped with the version of GHC.
3131
os: [ubuntu-latest]
32-
ghc: ['8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.3', '9.0.1', '9.2.4', '9.4.8', '9.6.5', '9.8.2', '9.10.1']
32+
ghc: ['8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.3', '9.0.1', '9.2.4', '9.4.8', '9.6.5', '9.8.2', '9.10.1', '9.12.1']
3333
include:
3434
# This package has no build details specific to Win/Mac,
3535
# so building for the latest GHC should be sufficient
@@ -40,7 +40,7 @@ jobs:
4040
ghc: 'latest'
4141
steps:
4242
- uses: actions/checkout@v4
43-
- uses: haskell-actions/[email protected].6
43+
- uses: haskell-actions/[email protected].9
4444
id: setup-haskell-cabal
4545
with:
4646
ghc-version: ${{ matrix.ghc }}
@@ -55,7 +55,7 @@ jobs:
5555
- name: Freeze
5656
# Generates the `cabal.project.freeze` file.
5757
run: cabal freeze
58-
- uses: actions/cache@v4.1.2
58+
- uses: actions/cache@v4.2.0
5959
name: Cache ~/.cabal/store and ./dist-newstyle
6060
# TODO(2021-10-23): Do we really want the hash in the key?
6161
# With nix-style builds it shouldn't be necessary (afaict),

exact-combinatorics.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Cabal-Version: 2.2
66
-- <https://github.com/haskell/cabal/issues/4899>
77

88
----------------------------------------------------------------
9-
-- wren gayle romano <[email protected]> ~ 2024-08-29
9+
-- wren gayle romano <[email protected]> ~ 2025-02-11
1010
----------------------------------------------------------------
1111

1212
Name: exact-combinatorics
@@ -17,7 +17,7 @@ Homepage: https://wrengr.org/software/hackage.html
1717
Bug-Reports: https://github.com/wrengr/exact-combinatorics/issues
1818
Author: wren gayle romano
1919
Maintainer: [email protected]
20-
Copyright: 2011–2024 wren romano
20+
Copyright: 2011–2025 wren romano
2121
-- Cabal-2.2 requires us to say "BSD-3-Clause" not "BSD3"
2222
License: BSD-3-Clause
2323
License-File: LICENSE
@@ -43,7 +43,8 @@ Tested-With:
4343
GHC ==9.4.8,
4444
GHC ==9.6.5,
4545
GHC ==9.8.2,
46-
GHC ==9.10.1
46+
GHC ==9.10.1,
47+
GHC ==9.12.1
4748

4849
Source-Repository head
4950
Type: git

0 commit comments

Comments
 (0)