Skip to content

Commit 8adaf07

Browse files
committed
CI: regenerate spec
1 parent b06600f commit 8adaf07

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 16 additions & 16 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.20250115
11+
# version: 0.19.20250605
1212
#
13-
# REGENDATA ("0.19.20250115",["github","vector-algorithms.cabal"])
13+
# REGENDATA ("0.19.20250605",["github","vector-algorithms.cabal"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
linux:
2525
name: Haskell-CI - Linux - ${{ matrix.compiler }}
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
2727
timeout-minutes:
2828
60
2929
container:
@@ -32,29 +32,29 @@ jobs:
3232
strategy:
3333
matrix:
3434
include:
35-
- compiler: ghc-9.12.1
35+
- compiler: ghc-9.12.2
3636
compilerKind: ghc
37-
compilerVersion: 9.12.1
37+
compilerVersion: 9.12.2
3838
setup-method: ghcup
3939
allow-failure: false
40-
- compiler: ghc-9.10.1
40+
- compiler: ghc-9.10.2
4141
compilerKind: ghc
42-
compilerVersion: 9.10.1
42+
compilerVersion: 9.10.2
4343
setup-method: ghcup
4444
allow-failure: false
45-
- compiler: ghc-9.8.2
45+
- compiler: ghc-9.8.4
4646
compilerKind: ghc
47-
compilerVersion: 9.8.2
47+
compilerVersion: 9.8.4
4848
setup-method: ghcup
4949
allow-failure: false
50-
- compiler: ghc-9.6.3
50+
- compiler: ghc-9.6.7
5151
compilerKind: ghc
52-
compilerVersion: 9.6.3
52+
compilerVersion: 9.6.7
5353
setup-method: ghcup
5454
allow-failure: false
55-
- compiler: ghc-9.4.7
55+
- compiler: ghc-9.4.8
5656
compilerKind: ghc
57-
compilerVersion: 9.4.7
57+
compilerVersion: 9.4.8
5858
setup-method: ghcup
5959
allow-failure: false
6060
- compiler: ghc-9.2.8
@@ -101,12 +101,12 @@ jobs:
101101
- name: Install GHCup
102102
run: |
103103
mkdir -p "$HOME/.ghcup/bin"
104-
curl -sL https://downloads.haskell.org/ghcup/0.1.30.0/x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
104+
curl -sL https://downloads.haskell.org/ghcup/0.1.50.1/x86_64-linux-ghcup-0.1.50.1 > "$HOME/.ghcup/bin/ghcup"
105105
chmod a+x "$HOME/.ghcup/bin/ghcup"
106106
- name: Install cabal-install
107107
run: |
108-
"$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
109-
echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
108+
"$HOME/.ghcup/bin/ghcup" install cabal 3.14.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
109+
echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.2.0 -vnormal+nowrap" >> "$GITHUB_ENV"
110110
- name: Install GHC (GHCup)
111111
if: matrix.setup-method == 'ghcup'
112112
run: |

vector-algorithms.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ build-type: Simple
1818
extra-source-files: CHANGELOG.md
1919

2020
tested-with:
21-
GHC == 9.12.1
22-
GHC == 9.10.1
23-
GHC == 9.8.2
24-
GHC == 9.6.3
25-
GHC == 9.4.7
21+
GHC == 9.12.2
22+
GHC == 9.10.2
23+
GHC == 9.8.4
24+
GHC == 9.6.7
25+
GHC == 9.4.8
2626
GHC == 9.2.8
2727
GHC == 9.0.2
2828
GHC == 8.10.7

0 commit comments

Comments
 (0)