ghcup
https://www.haskell.org/ghcup/
Haskell
の環境構築用ソフト
Stack
もここからインストールするほうがいいかも
Haskell Language Server
も
インストール
by
curl
$ curl --proto '=https' --tlsv1.2 -sSf
https://get-ghcup.haskell.org
| sh
by
brew
$ brew install ghcup
PATH
に
~/.ghcup/bin
を追加
reference.icon
http://note.kurodigi.com/ghcup-install/