hie-bios
Safe HaskellSafe-Inferred
LanguageHaskell2010

HIE.Bios.Cradle.ProjectConfig

Synopsis

Documentation

data CradleProjectConfig Source #

Explicit data-type for project configuration location. It is basically a Maybe type, but helps to document the API and helps to avoid incorrect usage.

projectConfigFromMaybe :: FilePath -> Maybe FilePath -> CradleProjectConfig Source #

Create an explicit project configuration. Expects a working directory followed by an optional name of the project configuration.