úÎ4‚0D@      !"#$%&'()*+,-./0123456789:;< = > ? SafeŠ     © 2015 2016 Stack Builders Inc.MIT*Stack Builders <hackage@stackbuilders.com> experimentalportableNone) `Returns a parser for a Dotenv configuration file. Accepts key and value arguments separated by =7. Comments in all positions are handled appropriately.@/Parse a single environment variable assignment.AVVariables must start with a letter or underscore, and may contain letters, digits or '_'% character after the first character.BValue: quoted or unquoted.C*Parse a value quoted with given character.D;Lexeme wrapper that takes care of consuming of white space.EZSpace consumer. Consumes all white space including comments, but never consumes newlines.F Just like E but also eats newlines.G Just like H , but does not consume newlines.IJSkip line comment and stop before newline character without consuming it.JKLNone†  None]&Value of the env variable&Type that the env variable should have%&'%&'None"#Å()*+,-.)(*+,-.© 2015 2017 Stack Builders Inc.MIT*Stack Builders <hackage@stackbuilders.com> experimentalportableSafeî/AConfiguration Data Types with extra options for executing dotenv.1The paths for the .env files2$The paths for the .env.example files3$Flag to allow override env variables4^Default configuration. Use .env file without .env.example strict envs and without overriding./01234/01234/0123© 2015 2016 Stack Builders Inc.MIT*Stack Builders <hackage@stackbuilders.com> experimentalportableNone"#)o7|Loads the given list of options into the environment. Optionally override existing variables with values from Dotenv files.8loadFileÿ parses the environment variables defined in the dotenv example file and checks if they are defined in the dotenv file or in the environment. It also allows to override the environment variables defined in the environment with the values defined in the dotenv file.90Parses the given dotenv file and returns values without! adding them to the environment.:dThe helper allows to avoid exceptions in the case of missing files and perform some action instead.7Override existing settings?'List of values to be set in environment9!A file containing options to readVariables contained in the file:7Action to perform that may fail because of missing file+Action to perform if file is indeed missing789:789:© 2015 2016 Stack Builders Inc.MIT*Stack Builders <hackage@stackbuilders.com> experimentalportableNone-Ø;0Parses the given dotenv file and returns values without! adding them to the environment.;!A file containing options to readVariables contained in the file;; None0< loadSafeFile parses the  .scheme.ymlN file and will perform the type checking of the environment variables in the .env file.<=>?>=<?M     !"#$%&'()*+,-./01234567789:;<=>?@A@ B C D EFGHIJKLMNOPQRSTU%dotenv-0.5.2.4-AF2AOc6LtDFIge7Xwv3uiA#Configuration.Dotenv.ParsedVariableConfiguration.Dotenv.Parse!Configuration.Dotenv.Scheme.Types"Configuration.Dotenv.Scheme.Parser#Configuration.Dotenv.Scheme.HelpersConfiguration.Dotenv.TypesConfiguration.DotenvConfiguration.Dotenv.TextConfiguration.Dotenv.Scheme VarFragmentVarInterpolation VarLiteralCommandInterpolation VarContentsVarValueUnquoted SingleQuoted DoubleQuotedVarNameParsedVariableinterpolateParsedVariables$fShowVarFragment$fEqVarFragment$fShowVarValue $fEqVarValue$fShowParsedVariable$fEqParsedVariable configParserEnvenvNameenvTyperequiredEnvType EnvIntegerEnvBoolEnvText$fFromJSONEnvType $fFromJSONEnv $fShowEnvType $fEqEnvType $fOrdEnvType $fShowEnv$fEqEnv$fOrdEnvparseEnvsWithScheme parseEnvAsshowTypematchValueAndTypejoinEnvsmissingDotenvsmissingSchemeEnvs sepWithCommasshowMissingDotenvsshowMissingSchemeEnvsConfig configPathconfigExamplePathconfigOverride defaultConfig $fEqConfig $fShowConfigloadloadFile parseFile onMissingFile loadSafeFile checkScheme checkConfigrunSchemaCheckerenvLine variableNamevalue quotedWithlexemescscn spaceChar''megaparsec-6.4.1-BO0bB9TAnO9544o5vjPtUhText.Megaparsec.Char spaceCharskipLineComment QuoteType SingleQuote DoubleQuote