Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- initSession :: GhcMonad m => ComponentOptions -> m [Target]
- getSystemLibDir :: IO (Maybe FilePath)
- addCmdOpts :: GhcMonad m => [String] -> DynFlags -> m (DynFlags, [Target])
Documentation
initSession :: GhcMonad m => ComponentOptions -> m [Target] Source #
Start a GHC session and set some sensible options for tooling to use. Creates a folder in the cache directory to cache interface files to make reloading faster.