macOS
brew install ghcidlocal Homebrew formula metadata
brew / rank 12342
Very low feature GHCi based IDE. Version 0.8.9 via Homebrew; verified 2026-07-22. Also installable with nix: nix profile install nixpkgs#ghcid.
install
brew install ghcidlocal Homebrew formula metadata
sudo dnf install ghcidFedora Rawhide package metadata · ghcid · source: dl.fedoraproject.org
nix profile install nixpkgs#ghcidnixpkgs package indexes · ghcid · source: raw.githubusercontent.com
overview
Very low feature GHCi based IDE
history
ghcid is a deliberately small Haskell development tool that keeps a GHCi session running, reloads it when source files change, and presents compiler errors and warnings in a terminal-oriented workflow.
Neil Mitchell published ghcid on Hackage in 2014, with JPMoresmau credited as a co-author in the project README. The README frames the project as either "GHCi as a daemon" or "GHC plus a bit of an IDE", while stressing that it avoids editor integration, web servers, and dependency on the GHC library.
ghcid became a familiar tool in the Haskell package ecosystem because it sits between plain GHCi and heavier editor-language-server tooling. Its README points to Hackage and Stackage package surfaces and includes editor integrations for VS Code, Neovim, Vim, and Emacs, which helped it fit many existing Haskell editor habits.
Practitioners use ghcid beside an editor, often with a project-specific .ghci file or .ghcid argument file. On save, it reloads the GHCi session, lists errors and warnings, and can run test expressions once the code is warning-free or error-free.
For package maintainers, ghcid is notable for making the REPL itself the build feedback loop. That keeps setup close to Cabal, Stack, and GHCi conventions rather than requiring a full IDE stack.
security posture
No matching local secret-handling manifest was found for ghcid. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.ghcid in the current directoryan ancestor directoryexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ghcid | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:ghcid |
|---|---|
| Version | 0.8.9 |
| Package manager | Homebrew |
| Homepage | https://github.com/ndmitchell/ghcid |
| Repository | https://github.com/ndmitchell/ghcid |
| Last updated | 2026-07-22T05:27:50Z |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
ghcid
nix profile install nixpkgs#ghcidghc-ghcid 0.8.9-14.fc45
Haskell ghcid library
https://hackage.haskell.org/package/ghcid
sudo dnf install ghc-ghcidghc-ghcid-devel 0.8.9-14.fc45
Haskell ghcid library development files
https://hackage.haskell.org/package/ghcid
sudo dnf install ghc-ghcid-develghc-ghcid-doc 0.8.9-14.fc45
Haskell ghcid library documentation
https://hackage.haskell.org/package/ghcid
sudo dnf install ghc-ghcid-docghc-ghcid-prof 0.8.9-14.fc45
Haskell ghcid profiling library
https://hackage.haskell.org/package/ghcid
sudo dnf install ghc-ghcid-profghcid 0.8.9-14.fc45
GHCi based bare bones IDE
https://hackage.haskell.org/package/ghcid
sudo dnf install ghcidsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.