shaker-0.4.2: simple and interactive command-line build tool

Shaker.Action.Compile

Synopsis

Documentation

runCompile :: PluginSource

Run haskell compilation on given CompileInput list

runFullCompile :: PluginSource

Run haskell compilation on all haskell files

ghcCompile :: GhcMonad m => CompileInput -> m SuccessFlagSource

Configure and load targets of compilation. It is possible to exploit the compilation result after this step.