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.

  1. 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.

  2. data IndexCallbacks

    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.

  3. IndexCallbacks :: (DirectoryEntry -> IO (Some IndexEntry, Maybe DirectoryEntry)) -> (forall dec . () => IndexFile dec -> IO (Maybe (IndexEntry dec))) -> (forall dec . () => DirectoryEntry -> IndexFile dec -> IO (IndexEntry dec)) -> (Throws InvalidPackageException => PackageIdentifier -> IO (Trusted ByteString)) -> (Throws InvalidPackageException => PackageIdentifier -> IO (Trusted Targets)) -> ((Throws InvalidPackageException, Throws VerificationError) => PackageIdentifier -> IO (Trusted FileInfo)) -> ((Throws InvalidPackageException, Throws VerificationError) => PackageIdentifier -> IO (Trusted Hash)) -> Directory -> IndexCallbacks

    hackage-security Hackage.Security.Client

    No documentation available.

  4. anchorRepoPathLocally :: Path root -> RepoPath -> Path root

    hackage-security Hackage.Security.Client

    No documentation available.

  5. cabalLocalRepoLayout :: RepoLayout

    hackage-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.

  6. repoAllowAdditionalMirrors :: RepoOpts -> Bool

    hackage-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).

  7. anchorRepoPathLocally :: Path root -> RepoPath -> Path root

    hackage-security Hackage.Security.Server

    No documentation available.

  8. cabalLocalRepoLayout :: RepoLayout

    hackage-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.

  9. ExplicitForAll :: Extension

    hint Language.Haskell.Interpreter

    No documentation available.

  10. 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.

Page 623 of many | Previous | Next