Skip to content

Commit d0fb032

Browse files
Merge pull request #7 from alexfmpe/ghc-9.12
2 parents 9a84f28 + 92b793f commit d0fb032

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', 'latest']
9+
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8', '9.10', '9.12']
1010
os: ['ubuntu-latest']
1111
runs-on: ${{ matrix.os }}
1212
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: haskell/actions/setup@v2
14+
- uses: actions/checkout@v4
15+
- uses: haskell-actions/setup@v2
1616
with:
1717
ghc-version: ${{ matrix.ghc }}
1818
- name: Cache
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
env:
2121
cache-name: cabal
2222
with:

cabal.project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
packages:
22
free-theorems
3+
free-theorems-webui
4+
tests: true

free-theorems/free-theorems.cabal

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ tested-with:
2424
|| ==9.0.2
2525
|| ==9.2.4
2626
|| ==9.4.2
27+
|| ==9.6.6
28+
|| ==9.8.4
29+
|| ==9.10.1
30+
|| ==9.12.1
2731
cabal-version: 1.24.0
2832
build-type: Simple
2933

0 commit comments

Comments
 (0)