Safe Haskell | None |
---|
Compiling the custom executable. The majority of the code actually deals with error handling, and not the compilation itself per se.
- customCompile :: Params cfgType -> IO ()
- getErrorPath :: Params cfgType -> IO FilePath
- getErrorString :: Params cfgType -> IO (Maybe String)
Documentation
customCompile :: Params cfgType -> IO ()Source
Attempts to compile the configuration file. Will return a string containing any compiler output.
getErrorPath :: Params cfgType -> IO FilePathSource
Return the path to the error file.