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