Skip to content

Commit 00832bf

Browse files
authored
Merge pull request #935 from xmonad/haskell-ci-update
ci: Regenerate haskell-ci
2 parents 4b86621 + 410b34f commit 00832bf

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 6 additions & 6 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.20250330
11+
# version: 0.19.20250506
1212
#
13-
# REGENDATA ("0.19.20250330",["github","cabal.project"])
13+
# REGENDATA ("0.19.20250506",["github","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -40,9 +40,9 @@ jobs:
4040
compilerVersion: 9.12.2
4141
setup-method: ghcup
4242
allow-failure: false
43-
- compiler: ghc-9.10.1
43+
- compiler: ghc-9.10.2
4444
compilerKind: ghc
45-
compilerVersion: 9.10.1
45+
compilerVersion: 9.10.2
4646
setup-method: ghcup
4747
allow-failure: false
4848
- compiler: ghc-9.8.4
@@ -95,8 +95,8 @@ jobs:
9595
chmod a+x "$HOME/.ghcup/bin/ghcup"
9696
- name: Install cabal-install
9797
run: |
98-
"$HOME/.ghcup/bin/ghcup" install cabal 3.14.1.1-p1 || (cat "$HOME"/.ghcup/logs/*.* && false)
99-
echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.1.1-p1 -vnormal+nowrap" >> "$GITHUB_ENV"
98+
"$HOME/.ghcup/bin/ghcup" install cabal 3.14.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
99+
echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.2.0 -vnormal+nowrap" >> "$GITHUB_ENV"
100100
- name: Install GHC (GHCup)
101101
if: matrix.setup-method == 'ghcup'
102102
run: |

.github/workflows/nix.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,15 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-20.04 # FIXME
9+
runs-on: ubuntu-latest
1010
name: Nix Flake - Linux
1111
permissions:
1212
contents: read
1313
steps:
1414
- name: Install Nix
1515
uses: cachix/install-nix-action@v31
1616
with:
17-
install_url: https://nixos-nix-install-tests.cachix.org/serve/i6laym9jw3wg9mw6ncyrk6gjx4l34vvx/install
18-
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
19-
extra_nix_config: |
20-
experimental-features = nix-command flakes
21-
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
17+
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2218
- name: Clone project
2319
uses: actions/checkout@v4
2420
- name: Build

xmonad-contrib.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cabal-version: 1.12
3838
build-type: Simple
3939
bug-reports: https://github.com/xmonad/xmonad-contrib/issues
4040

41-
tested-with: GHC == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.8 || == 9.6.7 || == 9.8.4 || == 9.10.1 || == 9.12.2
41+
tested-with: GHC == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.8 || == 9.6.7 || == 9.8.4 || == 9.10.2 || == 9.12.2
4242

4343
source-repository head
4444
type: git

0 commit comments

Comments
 (0)