Skip to content

Commit ee05d80

Browse files
committed
Updated stylish-haskell to 0.14.6.0
1 parent da96dde commit ee05d80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
runs-on: ubuntu-22.04
101101

102102
env:
103-
STYLISH_HASKELL_VERSION: "0.14.4.0"
103+
STYLISH_HASKELL_VERSION: "0.14.6.0"
104104

105105
steps:
106106
- name: Set cache version
@@ -116,8 +116,8 @@ jobs:
116116
uses: haskell-actions/setup@v2
117117
id: setup-haskell
118118
with:
119-
ghc-version: 9.2.5
120-
cabal-version: 3.8.1.0
119+
ghc-version: 9.8
120+
cabal-version: 3.12.1.0
121121

122122
- name: "Setup cabal bin path"
123123
run: |

0 commit comments

Comments
 (0)