dotenv-0.1.0.0: Loads environment variables dotenv files

Safe HaskellSafe-Inferred
LanguageHaskell2010

Configuration.Dotenv.Parse

Synopsis

Documentation

configParser :: Parser [(String, String)] Source

Returns a parser for a Dotenv configuration file. Accepts key and value arguments separated by "=". Comments are allowed on lines by themselves and on blank lines.