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 5470cf2 commit 5390421Copy full SHA for 5390421
.gitpod.yml
@@ -9,7 +9,7 @@ tasks:
9
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
10
11
# ensure that there is an HLS binary for the installed GHC version
12
- /workspace/.ghcup/bin/ghcup install ghc 8.10.6 --set
+ /workspace/.ghcup/bin/ghcup install ghc 8.10.5 --set
13
/workspace/.ghcup/bin/ghcup install cabal
14
15
# Add ghcup binaries to the PATH since VSCode does not see 'source .ghcup/env'
0 commit comments