HIE.Bios.Ghc.Logger
withLogger :: GhcMonad m => (DynFlags -> DynFlags) -> m () -> m (Either String String) Source #
Set the session flag (e.g. "-Wall" or "-w:") then executes a body. Log messages are returned as String. Right is success and Left is failure.
String