shake-plus-0.3.3.1: Re-export of Shake using well-typed paths and ReaderT.
LicenseMIT
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Development.Shake.Plus.Config

Description

Utilities in Development.Shake.Config lifted to MonadAction and well-typed Paths.

Synopsis

Documentation

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

Lifted readConfigFile with well-typed path.

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

Lifted readConfigFileWithEnv with well-typed path.

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

Lifted usingConfigFile with well-typed path.