Skip to content

Commit 0435a0c

Browse files
committed
bump to GHC 9.4.8 for better HLS support.
1 parent a888669 commit 0435a0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Stack
2727
uses: haskell/actions/setup@v2
2828
with:
29-
ghc-version: '9.4.7'
29+
ghc-version: '9.4.8'
3030
enable-stack: true
3131
stack-version: 'latest'
3232

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-21.21
1+
resolver: lts-21.25
22
packages:
33
- .
44

0 commit comments

Comments
 (0)