Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. ProxyConfigAuto :: ProxyConfig a

    hackage-security Hackage.Security.Client.Repository.HttpLib

    Use automatic proxy settings What precisely automatic means is HttpLib specific, though typically it will involve looking at the HTTP_PROXY environment variable or the (Windows) registry.

  2. ProxyConfigNone :: ProxyConfig a

    hackage-security Hackage.Security.Client.Repository.HttpLib

    Don't use a proxy

  3. ProxyConfigUse :: a -> ProxyConfig a

    hackage-security Hackage.Security.Client.Repository.HttpLib

    Use this specific proxy Individual HTTP backends use their own types for specifying proxies.

  4. data PreSignature

    hackage-security Hackage.Security.Server

    A signature with a key ID (rather than an actual key) This corresponds precisely to the TUF representation of a signature.

  5. PreSignature :: ByteString -> Some KeyType -> KeyId -> PreSignature

    hackage-security Hackage.Security.Server

    No documentation available.

  6. data PrivateKey a

    hackage-security Hackage.Security.Server

    No documentation available.

  7. PrivateKeyEd25519 :: SecretKey -> PrivateKey Ed25519

    hackage-security Hackage.Security.Server

    No documentation available.

  8. data PublicKey a

    hackage-security Hackage.Security.Server

    No documentation available.

  9. PublicKeyEd25519 :: PublicKey -> PublicKey Ed25519

    hackage-security Hackage.Security.Server

    No documentation available.

  10. module Hackage.Security.Util.Path

    A more type-safe version of file paths This module is intended to replace imports of System.FilePath, and additionally exports thin wrappers around common IO functions. To facilitate importing this module unqualified we also re-export some definitions from System.IO (importing both would likely lead to name clashes). Note that his module does not import any other modules from Hackage.Security; everywhere else we use Path instead of FilePath directly.

Page 574 of many | Previous | Next