We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da96dde commit ee05d80Copy full SHA for ee05d80
.github/workflows/haskell.yml
@@ -100,7 +100,7 @@ jobs:
100
runs-on: ubuntu-22.04
101
102
env:
103
- STYLISH_HASKELL_VERSION: "0.14.4.0"
+ STYLISH_HASKELL_VERSION: "0.14.6.0"
104
105
steps:
106
- name: Set cache version
@@ -116,8 +116,8 @@ jobs:
116
uses: haskell-actions/setup@v2
117
id: setup-haskell
118
with:
119
- ghc-version: 9.2.5
120
- cabal-version: 3.8.1.0
+ ghc-version: 9.8
+ cabal-version: 3.12.1.0
121
122
- name: "Setup cabal bin path"
123
run: |
0 commit comments