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 e542d7b commit 8ddec88Copy full SHA for 8ddec88
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v3
22
23
- name: Install Haskell tooling
24
- uses: haskell/actions/setup@v2
+ uses: haskell-actions/setup@v2
25
with:
26
ghc-version: ${{ matrix.ghc }}
27
cabal-version: "3.6"
.github/workflows/draft.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v2
14
15
16
17
18
ghc-version: "9.6.1"
19
0 commit comments