LoginSignup
3
2

More than 5 years have passed since last update.

[VS Code]Haskell環境構築メモ

Last updated at Posted at 2018-02-25

Stackのインストール

$ curl -sSL https://get.haskellstack.org/ | sh

Haskell IDE Engine のインストール

$ git clone https://github.com/haskell/haskell-ide-engine
$ cd haskell-ide-engine
$ stack install
$ hoogle generate

VS Code に Haskell Language Server Client をインストール

https://marketplace.visualstudio.com/items?itemName=alanz.vscode-hie-server

補足:tasks.json

[VS Code]Haskell(Stack)用tasks.json

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2