Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Synopsis
- getCompilerOptions :: FilePath -> Cradle -> IO (Either CradleError CompilerOptions)
- data CradleError
Documentation
getCompilerOptions :: FilePath -> Cradle -> IO (Either CradleError CompilerOptions) Source #
Initialize the DynFlags
relating to the compilation of a single
file or GHC session according to the Cradle
and Options
provided.
data CradleError Source #
Instances
Show CradleError Source # | |
Defined in HIE.Bios.Flags showsPrec :: Int -> CradleError -> ShowS # show :: CradleError -> String # showList :: [CradleError] -> ShowS # | |
Exception CradleError Source # | |
Defined in HIE.Bios.Flags |