@hackage ghcid0.1.1

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 --height=10 --command=ghci, where --height is the height of the console you will use, and --command is the command to start GHCi on your project.