AGPL-3.0-only licensed by Kazu Yamamoto, Daniel Gröber, Alejandro Serrano
Maintained by Daniel Gröber
This version can be pinned in stack with:ghc-mod-5.4.0.0@sha256:9c16b634f7ad763052f6394573efdf2e91176e01ec776f2b2feb2d98e47e5c45,13667

ghc-mod is a backend program to enrich Haskell programming in editors. It strives to offer most of the features one has come to expect from modern IDEs in any editor. ghc-mod provides a library for other haskell programs to use as well as a standalone program for easy editor integration. All of the fundamental functionality of the frontend program can be accessed through the library however many implementation details are hidden and if you want to significantly extend ghc-mod you should submit these changes upstream instead of implementing them on top of the library. For more information, please see its home page.