Description
Complete interactive development program for Haskell.
README.md
intero
Complete interactive development program for Haskell
Intero for your favourite editors
There are various editor integrations for the Intero binary, with the Emacs one being the officially supported one:
- Emacs [officially supported]
- Neovim
- Haskero (Visual Studio Code)
- Haskelly (Visual Studio Code)
- SublimeText
- IntelliJ
If you would like to build support into a new editor or IDE, please see TOOLING.md.
Install requirements
Make sure you have libtinfo
installed:
OS | Package |
---|---|
Debian derivatives | libtinfo-dev |
Fedora derivatives | ncurses-devel |
(People on other platforms please contribute the equivalent dependency.)