Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b9702e

Browse files
authoredApr 3, 2024
Merge branch 'master' into wip/multi-loop-2
2 parents 8b3a381 + d38af0d commit 7b9702e

File tree

106 files changed

+1456
-411
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+1456
-411
lines changed
 

‎.github/actions/setup-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
sudo chown -R $USER /usr/local/.ghcup
3232
shell: bash
3333

34-
- uses: haskell-actions/setup@v2.6.1
34+
- uses: haskell-actions/setup@v2.6.3
3535
id: HaskEnvSetup
3636
with:
3737
ghc-version : ${{ inputs.ghc }}

‎.github/scripts/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ test_all_hls() {
4848
fi
4949
fi
5050
done
51+
# install the recommended GHC version so the wrapper can launch HLS
52+
ghcup install ghc --set recommended
5153
"$bindir/haskell-language-server-wrapper${ext}" typecheck "${test_module}" || fail "failed to typecheck with HLS wrapper"
5254
}
5355

0 commit comments

Comments
 (0)
Please sign in to comment.