Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
VulkanContextImagesUpdatedCallback = IO ()gi-gdk4 GI.Gdk.Objects.VulkanContext Emitted when the images managed by this context have changed. Usually this means that the swapchain had to be recreated, for example in response to a change of the surface size.
-
hackage-security Hackage.Security.Client Various operations that we can perform on the index once its open Note that IndexEntry contains a fields both for the raw file contents and the parsed file contents; clients can choose which to use. In principle these callbacks will do verification (once we have implemented author signing). Right now they don't need to do that, because the index as a whole will have been verified.
-
hackage-security Hackage.Security.Client No documentation available.
anchorRepoPathLocally :: Path root -> RepoPath -> Path roothackage-security Hackage.Security.Client No documentation available.
cabalLocalRepoLayout :: RepoLayouthackage-security Hackage.Security.Client Layout used by cabal for ("legacy") local repos Obviously, such repos do not normally contain any of the TUF files, so their location is more or less arbitrary here.
repoAllowAdditionalMirrors :: RepoOpts -> Boolhackage-security Hackage.Security.Client.Repository.Remote Allow additional mirrors? If this is set to True (default), in addition to the (out-of-band) specified mirrors we will also use mirrors reported by those out-of-band mirrors (that is, mirrors.json).
anchorRepoPathLocally :: Path root -> RepoPath -> Path roothackage-security Hackage.Security.Server No documentation available.
cabalLocalRepoLayout :: RepoLayouthackage-security Hackage.Security.Server Layout used by cabal for ("legacy") local repos Obviously, such repos do not normally contain any of the TUF files, so their location is more or less arbitrary here.
-
hint Language.Haskell.Interpreter No documentation available.
data
MultipleInstancesNotAllowed hint Language.Haskell.Interpreter The installed version of ghc is not thread-safe. This exception is thrown whenever you try to execute runInterpreter while another instance is already running.