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. textureDownloaderSetFormat :: (HasCallStack, MonadIO m) => TextureDownloader -> MemoryFormat -> m ()

    gi-gdk4 GI.Gdk.Structs.TextureDownloader

    Sets the format the downloader will download. By default, GDK_MEMORY_DEFAULT is set. Since: 4.10

  2. checkForUpdates :: forall (down :: Type -> Type) . (Throws VerificationError, Throws SomeRemoteError) => Repository down -> Maybe UTCTime -> IO HasUpdates

    hackage-security Hackage.Security.Client

    Generic logic for checking if there are updates This implements the logic described in Section 5.1, "The client application", of the TUF spec. It checks which of the server metadata has changed, and downloads all changed metadata to the local cache. (Metadata here refers both to the TUF security metadata as well as the Hackage package index.) You should pass Nothing for the UTCTime _only_ under exceptional circumstances (such as when the main server is down for longer than the expiry dates used in the timestamp files on mirrors).

  3. snapshotInfoRoot :: Snapshot -> FileInfo

    hackage-security Hackage.Security.Client

    File info for the root metadata We list this explicitly in the snapshot so that we can check if we need to update the root metadata without first having to download the entire index tarball.

  4. data HasFormat a b

    hackage-security Hackage.Security.Client.Formats

    HasFormat fs f is a proof that f is a key in fs. See formatsMember and formatsLookup for typical usage.

  5. hasFormatAbsurd :: HasFormat () f -> a

    hackage-security Hackage.Security.Client.Formats

    No documentation available.

  6. hasFormatGet :: HasFormat fs f -> Format f

    hackage-security Hackage.Security.Client.Formats

    No documentation available.

  7. remoteFileDefaultFormat :: RemoteFile fs typ -> Some (HasFormat fs)

    hackage-security Hackage.Security.Client.Repository

    Default format for each file type For most file types we don't have a choice; for the index the repository is only required to offer the GZip-compressed format so that is the default.

  8. HttpRequestNoTransform :: HttpRequestHeader

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

    Set Cache-Control: no-transform

  9. DeserializationErrorMalformed :: String -> DeserializationError

    hackage-security Hackage.Security.JSON

    Malformed JSON has syntax errors in the JSON itself (i.e., we cannot even parse it to a JSValue)

  10. DeserializationErrorMalformed :: String -> DeserializationError

    hackage-security Hackage.Security.Server

    Malformed JSON has syntax errors in the JSON itself (i.e., we cannot even parse it to a JSValue)

Page 729 of many | Previous | Next