The latest version of ghcid is 0.8.9-0.
ghcid
Version 0.3.5 revision 1 uploaded by AdamBergmark.
Package meta
- Synopsis
- GHCi based bare bones IDE
- Description
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 toghci
if you have a.ghci
file, or else tocabal repl
).- Author
- Neil Mitchell <ndmitchell@gmail.com>, jpmoresmau
- Bug reports
- https://github.com/ndmitchell/ghcid/issues
- Category
- Development
- Copyright
- Neil Mitchell 2014-2015
- Homepage
- https://github.com/ndmitchell/ghcid#readme
- Maintainer
- Neil Mitchell <ndmitchell@gmail.com>
- Package URL
- n/a
- Stability
- n/a