# Installer ghcid avec Homebrew, dnf, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ghcid pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:ghcid
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ghcid
```

  Preuve: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install ghcid
```

  Preuve: Fedora Rawhide package metadata: ghcid from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#ghcid
```

  Preuve: nixpkgs package indexes: ghcid from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

## Faits du paquet

- **Clé du paquet:** brew:ghcid
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/ghcid>
- **Version:** 0.8.9
- **Résumé source:** Very low feature GHCi based IDE
- **Page d'accueil:** <https://github.com/ndmitchell/ghcid>
- **Dépôt:** <https://github.com/ndmitchell/ghcid>
- **Licence:** BSD-3-Clause
- **Archive source:** <https://github.com/ndmitchell/ghcid/archive/refs/tags/v0.8.9.tar.gz>
- **Dernière mise à jour:** 2026-07-22T05:27:50Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- ghcid (cli)
- ghcid (alias)

## Dépendances

- gmp

## Dépendances de compilation

- cabal-install
- ghc

## Bibliothèques fournies par macOS

- libffi

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.8.9
- gestionnaire mis à jour: 2026-07-22
- données locales: OK
- dépôt amont: https://github.com/ndmitchell/ghcid
- dernière version détectée: v0.8.9 (à jour)
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 2014: ghcid 0.1 was uploaded to Hackage.
- 2023: ghcid 0.8.9 was released on Hackage and GitHub.

### Related projects

- The README contrasts ghcid with ghcide, reflex-ghci, reflex-ghcide, Watchexec, entr, Watchman, and other file-watching or Haskell feedback tools.

### Sources

- <https://github.com/ndmitchell/ghcid>
- <https://hackage.haskell.org/package/ghcid>
- <https://hackage.haskell.org/package/ghcid-0.1>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour ghcid. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.



## Configuration and credential file locations

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.


## Configuration files

- Unix: .ghcid in the current directory, an ancestor directory
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ghcid
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - ghcid: normalized package name match | nixpkgs package indexes: ghcid from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- dnf - ghc-ghcid - 0.8.9-14.fc45: normalized package name match | Fedora Rawhide package metadata: ghc-ghcid from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Haskell ghcid library | https://hackage.haskell.org/package/ghcid
- dnf - ghc-ghcid-devel - 0.8.9-14.fc45: normalized package name match | Fedora Rawhide package metadata: ghc-ghcid-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Haskell ghcid library development files | https://hackage.haskell.org/package/ghcid
- dnf - ghc-ghcid-doc - 0.8.9-14.fc45: normalized package name match | Fedora Rawhide package metadata: ghc-ghcid-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Haskell ghcid library documentation | https://hackage.haskell.org/package/ghcid
- dnf - ghc-ghcid-prof - 0.8.9-14.fc45: normalized package name match | Fedora Rawhide package metadata: ghc-ghcid-prof from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Haskell ghcid profiling library | https://hackage.haskell.org/package/ghcid
- dnf - ghcid - 0.8.9-14.fc45: normalized package name match | Fedora Rawhide package metadata: ghcid from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | GHCi based bare bones IDE | https://hackage.haskell.org/package/ghcid


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [cabal-install](https://pkg.so/fr/brew/cabal-install/) - Build dependency declared by Homebrew.
- [ghc](https://pkg.so/fr/brew/ghc/) - Build dependency declared by Homebrew.
- [haskell-language-server](https://pkg.so/fr/brew/haskell-language-server/) - Shares pkgdb curated category or tags: cli, developer-tools, haskell, ide.
- [ghcitty](https://pkg.so/fr/brew/ghcitty/) - Shares pkgdb curated category or tags: cli, developer-tools, ghci, haskell.
- [watchman](https://pkg.so/fr/brew/watchman/) - Shares pkgdb curated category or tags: cli, developer-tools, file-watcher.
- [fswatch](https://pkg.so/fr/brew/fswatch/) - Shares pkgdb curated category or tags: cli, developer-tools, file-watcher.
- [hadolint](https://pkg.so/fr/brew/hadolint/) - Shares pkgdb curated category or tags: cli, developer-tools, haskell.
- [watchexec](https://pkg.so/fr/brew/watchexec/) - Shares pkgdb curated category or tags: cli, developer-tools, file-watcher.
- [entr](https://pkg.so/fr/brew/entr/) - Shares pkgdb curated category or tags: cli, developer-tools, file-watcher.
- [bench](https://pkg.so/fr/brew/bench/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, gmp, haskell.
- [cornelis](https://pkg.so/fr/brew/cornelis/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, gmp, haskell.

## Combined YAML source

View the package source record on GitHub. [combined/ghcid.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ghcid.yml)


## Sources

- pkg.so package database
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
