Skip to content

Commit dfa32cd

Browse files
committed
Bump CI
1 parent d28df83 commit dfa32cd

File tree

7 files changed

+16
-15
lines changed

7 files changed

+16
-15
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up HLint
2121
uses: haskell-actions/hlint-setup@v2
2222
with:
23-
version: "3.8"
23+
version: "3.10"
2424
- name: Apply HLint
2525
run: |
2626
set -ex

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
- master
88
workflow_dispatch:
99

10-
# As of 15 February 2025, ubuntu-latest and windows-latest come with
11-
# Stack 3.1.1. However, macos-13 and macos-latest do not come with Haskell
10+
# As of 27 March 2025, ubuntu-latest and windows-latest come with
11+
# Stack 3.3.1. However, macos-13 and macos-latest do not come with Haskell
1212
# tools.
1313

1414
jobs:
@@ -21,10 +21,10 @@ jobs:
2121
os:
2222
- ubuntu-latest
2323
snapshot:
24-
- stack-ghc-9.6.6.yaml
24+
- stack-ghc-9.6.7.yaml
2525
- stack-ghc-9.8.4.yaml
2626
- stack-ghc-9.10.1.yaml
27-
- stack-ghc-9.12.1.yaml
27+
- stack-ghc-9.12.2.yaml
2828
include:
2929
- os: macos-13
3030
snapshot: stack-ghc-9.8.4.yaml

stack-ghc-9.12.1.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

stack-ghc-9.12.2.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Snapshot specification for GHC 9.12.2.
2+
snapshot: nightly-2025-03-27 # GHC 9.10.1
3+
compiler: ghc-9.12.2
4+
5+
flags:
6+
path:
7+
os-string: true

stack-ghc-9.6.6.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

stack-ghc-9.6.7.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Snapshot specification for GHC 9.6.7.
2+
snapshot: lts-22.43 # GHC 9.6.6
3+
compiler: ghc-9.6.7

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
snapshot: stack-ghc-9.8.4.yaml
22

3-
# Added to allow testing of snapshot: stack-ghc-9.12.1.yaml:
3+
# Added to allow testing of snapshot: stack-ghc-9.12.2.yaml:
44
allow-newer: true

0 commit comments

Comments
 (0)