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.
ProxyConfigAuto :: ProxyConfig ahackage-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.
ProxyConfigNone :: ProxyConfig ahackage-security Hackage.Security.Client.Repository.HttpLib Don't use a proxy
ProxyConfigUse :: a -> ProxyConfig ahackage-security Hackage.Security.Client.Repository.HttpLib Use this specific proxy Individual HTTP backends use their own types for specifying proxies.
-
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.
PreSignature :: ByteString -> Some KeyType -> KeyId -> PreSignaturehackage-security Hackage.Security.Server No documentation available.
-
hackage-security Hackage.Security.Server No documentation available.
PrivateKeyEd25519 :: SecretKey -> PrivateKey Ed25519hackage-security Hackage.Security.Server No documentation available.
-
hackage-security Hackage.Security.Server No documentation available.
PublicKeyEd25519 :: PublicKey -> PublicKey Ed25519hackage-security Hackage.Security.Server No documentation available.
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.