Skip to content

Commit 5390421

Browse files
committed
Fix GHC version
1 parent 5470cf2 commit 5390421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tasks:
99
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
1010
1111
# ensure that there is an HLS binary for the installed GHC version
12-
/workspace/.ghcup/bin/ghcup install ghc 8.10.6 --set
12+
/workspace/.ghcup/bin/ghcup install ghc 8.10.5 --set
1313
/workspace/.ghcup/bin/ghcup install cabal
1414
1515
# Add ghcup binaries to the PATH since VSCode does not see 'source .ghcup/env'

0 commit comments

Comments
 (0)