File tree Expand file tree Collapse file tree 3 files changed +9
-13
lines changed Expand file tree Collapse file tree 3 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.19.20250330
11
+ # version: 0.19.20250506
12
12
#
13
- # REGENDATA ("0.19.20250330 ",["github","cabal.project"])
13
+ # REGENDATA ("0.19.20250506 ",["github","cabal.project"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
40
40
compilerVersion : 9.12.2
41
41
setup-method : ghcup
42
42
allow-failure : false
43
- - compiler : ghc-9.10.1
43
+ - compiler : ghc-9.10.2
44
44
compilerKind : ghc
45
- compilerVersion : 9.10.1
45
+ compilerVersion : 9.10.2
46
46
setup-method : ghcup
47
47
allow-failure : false
48
48
- compiler : ghc-9.8.4
95
95
chmod a+x "$HOME/.ghcup/bin/ghcup"
96
96
- name : Install cabal-install
97
97
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"
100
100
- name : Install GHC (GHCup)
101
101
if : matrix.setup-method == 'ghcup'
102
102
run : |
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
build :
9
- runs-on : ubuntu-20.04 # FIXME
9
+ runs-on : ubuntu-latest
10
10
name : Nix Flake - Linux
11
11
permissions :
12
12
contents : read
13
13
steps :
14
14
- name : Install Nix
15
15
uses : cachix/install-nix-action@v31
16
16
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 }}
22
18
- name : Clone project
23
19
uses : actions/checkout@v4
24
20
- name : Build
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ cabal-version: 1.12
38
38
build-type : Simple
39
39
bug-reports : https://github.com/xmonad/xmonad-contrib/issues
40
40
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
42
42
43
43
source-repository head
44
44
type : git
You can’t perform that action at this time.
0 commit comments