hsdev-0.1.6.5: Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc.

Safe HaskellNone
LanguageHaskell98

HsDev.Tools.GhcMod

Synopsis

Documentation

ghcModWorker :: Either Project Cabal -> IO (Worker (GhcModT IO)) Source

Create ghc-mod worker for project or for sandbox

ghcModMultiWorker :: IO (Worker (ReaderT WorkerMap IO)) Source

Manage many ghc-mod workers for each project/sandbox

type GhcModT m = GmT (GmOutT m)