Skip to content

Commit 4db76a3

Browse files
committed
alpha2
1 parent 00b18eb commit 4db76a3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.19.20250821
11+
# version: 0.19.20250916
1212
#
13-
# REGENDATA ("0.19.20250821",["github","cabal.project"])
13+
# REGENDATA ("0.19.20250916",["github","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -32,19 +32,19 @@ jobs:
3232
strategy:
3333
matrix:
3434
include:
35-
- compiler: ghc-9.14.0.20250819
35+
- compiler: ghc-9.14.0.20250908
3636
compilerKind: ghc
37-
compilerVersion: 9.14.0.20250819
37+
compilerVersion: 9.14.0.20250908
3838
setup-method: ghcup-prerelease
3939
allow-failure: false
4040
- compiler: ghc-9.12.2
4141
compilerKind: ghc
4242
compilerVersion: 9.12.2
4343
setup-method: ghcup
4444
allow-failure: false
45-
- compiler: ghc-9.10.2
45+
- compiler: ghc-9.10.3
4646
compilerKind: ghc
47-
compilerVersion: 9.10.2
47+
compilerVersion: 9.10.3
4848
setup-method: ghcup
4949
allow-failure: false
5050
- compiler: ghc-9.8.3
@@ -181,7 +181,7 @@ jobs:
181181
chmod a+x $HOME/.cabal/bin/cabal-plan
182182
cabal-plan --version
183183
- name: checkout
184-
uses: actions/checkout@v4
184+
uses: actions/checkout@v5
185185
with:
186186
path: source
187187
- name: initial cabal.project for sdist

hashable.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ stability: Provisional
3232
category: Data
3333
build-type: Simple
3434
tested-with:
35-
GHC ==9.6.5 || ==9.8.2 || ==9.8.3 || ==9.10.2 || ==9.12.2 || ==9.14.1
35+
GHC ==9.6.5 || ==9.8.2 || ==9.8.3 || ==9.10.3 || ==9.12.2 || ==9.14.1
3636

3737
extra-source-files:
3838
CHANGES.md

0 commit comments

Comments
 (0)