ide-backend-common-0.9.1: Shared library used be ide-backend and ide-backend-server

Safe HaskellNone
LanguageHaskell2010

IdeSession.GHC.Requests

Description

GHC requests

GHC requests use IdeSession.Types.Public types.

Synopsis

Documentation

data GhcInitRequest Source

Initial handshake with the ghc server

Ideally we'd send over the entire IdeStaticInfo but this includes some Cabal fields, and the ghc server does -not- compile against Cabal (although this isn't so important anymore now that we use Cabal-ide-backend)