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.
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
-
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).
snapshotInfoRoot :: Snapshot -> FileInfohackage-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.
-
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.
hasFormatAbsurd :: HasFormat () f -> ahackage-security Hackage.Security.Client.Formats No documentation available.
hasFormatGet :: HasFormat fs f -> Format fhackage-security Hackage.Security.Client.Formats No documentation available.
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.
HttpRequestNoTransform :: HttpRequestHeaderhackage-security Hackage.Security.Client.Repository.HttpLib Set Cache-Control: no-transform
DeserializationErrorMalformed :: String -> DeserializationErrorhackage-security Hackage.Security.JSON Malformed JSON has syntax errors in the JSON itself (i.e., we cannot even parse it to a JSValue)
DeserializationErrorMalformed :: String -> DeserializationErrorhackage-security Hackage.Security.Server Malformed JSON has syntax errors in the JSON itself (i.e., we cannot even parse it to a JSValue)