ghcid: GHCi based bare bones IDE
Either "GHCi as a daemon" or "GHC + a bit of an IDE". A very simple Haskell development tool which shows you the errors in your project and updates them whenever you save. Run ghcid --topmost --command=ghci
, where --topmost
makes the window on top of all others (Windows only) and --command
is the command to start GHCi on your project (defaults to ghci
if you have a .ghci
file, or else to cabal repl
).
[Skip to Readme]
Downloads
- ghcid-0.7.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1, 0.1.3, 0.2, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.4, 0.4.1, 0.4.2, 0.5, 0.5.1, 0.6, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.6.7, 0.6.8, 0.6.9, 0.6.10, 0.7, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.7.6, 0.7.7, 0.8, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7, 0.8.8, 0.8.9 |
---|---|
Change log | CHANGES.txt |
Dependencies | ansi-terminal, base (>=4.7 && <5), cmdargs (>=0.10), containers, directory (>=1.2), extra (>=1.6.6), filepath, fsnotify, process (>=1.1), terminal-size (>=0.3), time (>=1.5), unix, Win32 [details] |
Tested with | ghc ==8.4.1, ghc ==8.2.2, ghc ==8.0.2, ghc ==7.10.3, ghc ==7.8.4 |
License | BSD-3-Clause |
Copyright | Neil Mitchell 2014-2018 |
Author | Neil Mitchell <ndmitchell@gmail.com>, jpmoresmau |
Maintainer | Neil Mitchell <ndmitchell@gmail.com> |
Category | Development |
Home page | https://github.com/ndmitchell/ghcid#readme |
Bug tracker | https://github.com/ndmitchell/ghcid/issues |
Source repo | head: git clone https://github.com/ndmitchell/ghcid.git |
Uploaded | by NeilMitchell at 2018-04-18T18:27:17Z |
Distributions | Fedora:0.8.9, LTSHaskell:0.8.9, NixOS:0.8.9, Stackage:0.8.9 |
Reverse Dependencies | 7 direct, 8 indirect [details] |
Executables | ghcid |
Downloads | 40472 total (18 in the last 30 days) |
Rating | 2.5 (votes: 5) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-04-18 [all 1 reports] |