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 6452942 commit 507990cCopy full SHA for 507990c
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@v2
27
28
- - uses: actions/setup-haskell@v1.1.4
+ - uses: haskell/actions/setup@v1
29
id: setup-haskell-cabal
30
name: Setup Haskell
31
with:
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
name: Setup Haskell Stack
95
96
ghc-version: ${{ matrix.ghc }}
0 commit comments