Hoogle Search
Within LTS Haskell 24.17 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
getEnvWithDefault :: String -> String -> Action Stringshake Development.Shake getEnvWithDefault def var returns the value of the environment variable var, or the default value def if it is not set. Similar to getEnv.
flags <- getEnvWithDefault "-Wall" "CFLAGS" cmd "gcc -c" [out] flags
getEnvironment :: Environment -> Textkatip Katip No documentation available.
getEnvironment :: Environment -> Textkatip Katip.Core No documentation available.
getEnvs :: TcRnIf gbl lcl (gbl, lcl)breakpoint Debug.Breakpoint.GhcFacade No documentation available.
getEnvironment :: Interactive m => m [(String, String)]cabal-install Distribution.Client.Init.Types No documentation available.
getEnvVar :: HKEY -> Exp String -> Exp Stringnsis Development.NSIS.Plugins.EnvVarUpdate Read a variable from the registry. If you are not modifying the variable you should use envVar instead.
getEnvConfig :: MonadIO m => m (Maybe LightstepConfig)opentelemetry-lightstep OpenTelemetry.Lightstep.Config No documentation available.
getEnvTagsWithPrefix :: Text -> IO [(Text, Text)]opentelemetry-lightstep OpenTelemetry.Lightstep.Config No documentation available.
getEnvironment :: Initializer b v Stringsnap Snap.Snaplet Return the current environment string. This will be the environment given to runSnaplet or from the command line when using serveSnaplet. Useful for changing behavior during development and testing.
getEnvToken :: String -> IO Tokentelegram-bot-simple Telegram.Bot.Simple.BotApp Get a Token from environment variable. Common use:
getEnvToken TELEGRAM_BOT_TOKEN