hie-bios-0.3.0: Set up a GHC API session

Safe HaskellNone
LanguageHaskell2010

HIE.Bios.Cradle

Synopsis

Documentation

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.