GHCupインストール
VSCode
インストール
日本語化
WSL
WSL:Ubuntu
> wsl --install
再起動
ユーザー名、パスワード設定
$ sudo apt update; sudo apt upgrade -y
> wsl --shutdown
VSCodeでWSL:bash
vscode 起動
remote接続 → WSLへ接続する
$ mkdir -p .local/bin
$ exit
bash再起動
$ curl --proto '=https' --tlsv1.2 -sSf
https://get-ghcup.haskell.org
| sh
$ stack install implicit-hie
#WSL2