Very low feature GHCi based IDE
Browse cluster: Haskell tooling and libraries →Ghcid is a lightweight Haskell development tool that runs GHCi as a daemon, automatically reloading and reporting errors whenever source code changes. It is built in Haskell using Cabal for builds and the async package for structured concurrency, with its main code located in `src/` and `app/` directories. The project was created by Neil Mitchell (ndmitchell) with significant contributions from JPMoresmau, and it provides editor integrations for VS Code, Neovim, Vim, and Emacs through community-maintained plugins.