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/