shake-plus-0.1.9.0: Re-export of Shake using well-typed paths and ReaderT.

Safe HaskellNone
LanguageHaskell2010

Development.Shake.Plus.Config

Synopsis

Documentation

readConfigFile :: MonadIO m => Path a File -> m (HashMap String String) Source #

Lifted readConfigFile with well-typed path.

readConfigFileWithEnv :: MonadIO m => [(String, String)] -> Path a File -> m (HashMap String String) Source #

Lifted readConfigFileWithEnv with well-typed path.

usingConfigFile :: MonadRules m => Path a File -> m () Source #

Lifted usingConfigFile with well-typed path.