hie-bios-0.3.1: Set up a GHC API session
HIE.Bios.Cradle
findCradle :: FilePath -> IO (Maybe FilePath) Source #
Given root/foo/bar.hs, return root/hie.yaml, or wherever the yaml file was found.
loadCradle :: FilePath -> IO Cradle Source #
Given root/hie.yaml load the Cradle.
loadImplicitCradle :: FilePath -> IO Cradle Source #
Given root/foo/bar.hs, load an implicit cradle
defaultCradle :: FilePath -> Cradle Source #
Default cradle has no special options, not very useful for loading modules.