Hoogle Search
Within Stackage Nightly 2025-10-09 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
clientSettings :: Int -> ByteString -> ClientSettingsconduit-extra Data.Conduit.Network No documentation available.
serverSettings :: Int -> HostPreference -> ServerSettingsconduit-extra Data.Conduit.Network No documentation available.
-
conduit-extra Data.Conduit.Network.Unix Settings for a Unix domain sockets client.
-
conduit-extra Data.Conduit.Network.Unix Settings for a Unix domain sockets server.
clientSettings :: FilePath -> ClientSettingsUnixconduit-extra Data.Conduit.Network.Unix No documentation available.
serverSettings :: FilePath -> ServerSettingsUnixconduit-extra Data.Conduit.Network.Unix No documentation available.
memSet :: Ptr Word8 -> Word8 -> Int -> IO ()memory Data.Memory.PtrMethods Set n number of bytes to the same value v
LoadSettingsException :: FilePath -> ParseException -> ParseExceptionyaml Data.Yaml No documentation available.
loadYamlSettings :: FromJSON settings => [FilePath] -> [Value] -> EnvUsage -> IO settingsyaml Data.Yaml.Config Load the settings from the following three sources:
- Run time config files
- Run time environment variables
- The default compile time config file
loadYamlSettings ["config/foo.yaml"] [] useEnv
loadYamlSettingsArgs :: FromJSON settings => [Value] -> EnvUsage -> IO settingsyaml Data.Yaml.Config Same as loadYamlSettings, but get the list of runtime config files from the command line arguments.