Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. unSnapshotCacheHash :: SnapshotCacheHash -> SHA256

    pantry Pantry

    No documentation available.

  2. withSnapshotCache :: (HasPantryConfig env, HasLogFunc env) => SnapshotCacheHash -> RIO env (Map PackageName (Set ModuleName)) -> ((ModuleName -> RIO env [PackageName]) -> RIO env a) -> RIO env a

    pantry Pantry

    Use a snapshot cache, which caches which modules are in which packages in a given snapshot. This is mostly intended for usage by Stack.

  3. loadCreateFontCache :: FilePath -> IO FontCache

    rasterific-svg Graphics.Rasterific.Svg

    This function will create a font cache, a structure allowing to quickly match a font family name and style to a specific true type font on disk. The cache is saved on disk at the filepath given as parameter. If a cache is found it is automatically loaded from the file. Creating the cache is a rather long operation (especially on Windows), that's why you may want to keep the cache around.

  4. parentCacheId :: Cache -> U32

    rattletrap Rattletrap.Type.Cache

    No documentation available.

  5. getCachedTypecheckedModules :: LSP RzkTypecheckCache

    rzk Language.Rzk.VSCode.Env

    Get the current state of the cache.

  6. resetCacheForAllFiles :: LSP ()

    rzk Language.Rzk.VSCode.Env

    Completely invalidate the cache of typechecked files.

  7. resetCacheForFiles :: [FilePath] -> LSP ()

    rzk Language.Rzk.VSCode.Env

    Invalidate the cache for a list of file paths.

  8. aptCache :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

  9. aptCache :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  10. clearHeistCache :: Heist b -> IO ()

    snap Snap.Snaplet.Heist

    Clears data stored by the cache tag. The cache tag automatically reloads its data when the specified TTL expires, but sometimes you may want to trigger a manual reload. This function lets you do that.

Page 11 of many | Previous | Next