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.
-
bloodhound Database.Bloodhound.Common.Types No documentation available.
aptCacheConflicts :: String -> DebianVersion -> IO [BinPkgName]cabal-debian Debian.Debianize.Bundled No documentation available.
aptCacheDepends :: String -> String -> IO (Memoized (Either SomeException String))cabal-debian Debian.Debianize.Bundled No documentation available.
aptCacheProvides :: BinPkgName -> IO (Memoized [PackageIdentifier])cabal-debian Debian.Debianize.Bundled What built in libraries does this haskell compiler provide?
aptCacheShowPkg :: BinPkgName -> IO (Memoized (Either SomeException String))cabal-debian Debian.Debianize.Bundled No documentation available.
defaultCacheDir :: IO FilePathcabal-install Distribution.Client.Config No documentation available.
defaultCacheHome :: IO FilePathcabal-install Distribution.Client.Config No documentation available.
distProjectCacheDirectory :: DistDirLayout -> FilePathcabal-install Distribution.Client.DistDirLayout No documentation available.
distProjectCacheFile :: DistDirLayout -> String -> FilePathcabal-install Distribution.Client.DistDirLayout The location for project-wide cache files (e.g. state used in incremental rebuilds).
MonitorCorruptCache :: MonitorChangedReason acabal-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.