dotenv-0.5.2.1: Loads environment variables from dotenv files

Safe HaskellNone
LanguageHaskell2010

Configuration.Dotenv.Scheme

Synopsis

Documentation

checkConfig :: [(String, String)] -> [Env] -> IO () Source #

loadSafeFile :: MonadIO m => FilePath -> Config -> m [(String, String)] Source #

loadSafeFile parses the .scheme.yml file and will perform the type checking of the environment variables in the .env file.