Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- getCompilerOptions :: FilePath -> [FilePath] -> Cradle a -> IO (CradleLoadResult ComponentOptions)
Documentation
:: FilePath | The file we are loading it because of |
-> [FilePath] | previous files we might want to include in the build |
-> Cradle a | |
-> IO (CradleLoadResult ComponentOptions) |
Initialize the DynFlags
relating to the compilation of a single
file or GHC session according to the provided Cradle
.