Skip to content

Commit 375349d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 55189b4 + d11fa94 commit 375349d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-haskell@v1
1313
with:
14-
ghc-version: '8.6.5'
14+
ghc-version: '8.10.1'
1515
cabal-version: '3.0'
16-
stack: '2.2.0'
16+
stack-version: '2.3.3'
1717
- name: Build
1818
run: stack install
1919
- name: Run tests

0 commit comments

Comments
 (0)