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. defaultCache :: Cache

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  2. aptCacheConflicts :: String -> DebianVersion -> IO [BinPkgName]

    cabal-debian Debian.Debianize.Bundled

    No documentation available.

  3. aptCacheDepends :: String -> String -> IO (Memoized (Either SomeException String))

    cabal-debian Debian.Debianize.Bundled

    No documentation available.

  4. aptCacheProvides :: BinPkgName -> IO (Memoized [PackageIdentifier])

    cabal-debian Debian.Debianize.Bundled

    What built in libraries does this haskell compiler provide?

  5. aptCacheShowPkg :: BinPkgName -> IO (Memoized (Either SomeException String))

    cabal-debian Debian.Debianize.Bundled

    No documentation available.

  6. defaultCacheDir :: IO FilePath

    cabal-install Distribution.Client.Config

    No documentation available.

  7. defaultCacheHome :: IO FilePath

    cabal-install Distribution.Client.Config

    No documentation available.

  8. distProjectCacheDirectory :: DistDirLayout -> FilePath

    cabal-install Distribution.Client.DistDirLayout

    No documentation available.

  9. distProjectCacheFile :: DistDirLayout -> String -> FilePath

    cabal-install Distribution.Client.DistDirLayout

    The location for project-wide cache files (e.g. state used in incremental rebuilds).

  10. MonitorCorruptCache :: MonitorChangedReason a

    cabal-install Distribution.Client.FileMonitor

    There was existing state, but we could not read it. This typically happens when the code has changed compared to an existing FileMonitor cache file and type of the input value or cached value has changed such that we cannot decode the values. This is completely benign as we can treat is just as if there were no cache file and re-run.

Page 8 of many | Previous | Next