ide-backend-0.10.0: An IDE backend library

Safe HaskellNone
LanguageHaskell2010

IdeSession.ExeCabalClient

Description

Invoke the executable that calls cabal functions and communicate with it via RPC.

Synopsis

Documentation

invokeExeCabal :: IdeStaticInfo -> IdeCallbacks -> ExeCabalRequest -> (UpdateStatus -> IO ()) -> IO ExitCode Source

Invoke the executable that processes our custom functions that use the machinery of the cabal library.