Hoogle Search

Within Stackage Nightly 2025-10-08 (ghc-9.12.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. clientSettings :: Int -> ByteString -> ClientSettings

    conduit-extra Data.Conduit.Network

    No documentation available.

  2. serverSettings :: Int -> HostPreference -> ServerSettings

    conduit-extra Data.Conduit.Network

    No documentation available.

  3. data ClientSettingsUnix

    conduit-extra Data.Conduit.Network.Unix

    Settings for a Unix domain sockets client.

  4. data ServerSettingsUnix

    conduit-extra Data.Conduit.Network.Unix

    Settings for a Unix domain sockets server.

  5. clientSettings :: FilePath -> ClientSettingsUnix

    conduit-extra Data.Conduit.Network.Unix

    No documentation available.

  6. serverSettings :: FilePath -> ServerSettingsUnix

    conduit-extra Data.Conduit.Network.Unix

    No documentation available.

  7. memSet :: Ptr Word8 -> Word8 -> Int -> IO ()

    memory Data.Memory.PtrMethods

    Set n number of bytes to the same value v

  8. LoadSettingsException :: FilePath -> ParseException -> ParseException

    yaml Data.Yaml

    No documentation available.

  9. loadYamlSettings :: FromJSON settings => [FilePath] -> [Value] -> EnvUsage -> IO settings

    yaml 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
    For example, to load up settings from config/foo.yaml and allow overriding from the actual environment, you can use:
    loadYamlSettings ["config/foo.yaml"] [] useEnv
    

  10. loadYamlSettingsArgs :: FromJSON settings => [Value] -> EnvUsage -> IO settings

    yaml Data.Yaml.Config

    Same as loadYamlSettings, but get the list of runtime config files from the command line arguments.

Page 78 of many | Previous | Next