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. strictReadF :: (Text -> r) -> FilePath -> IO r

    cabal-debian Debian.Debianize.Prelude

    No documentation available.

  2. module CabalGild.Unstable.Class.MonadRead

    No documentation available.

  3. class Monad m => MonadRead (m :: Type -> Type)

    cabal-gild CabalGild.Unstable.Class.MonadRead

    A Monad that can also read input, either from standard input (STDIN) or from a file.

  4. CannotReadCabalFile :: FilePath -> CabalInstallException

    cabal-install Distribution.Client.Errors

    No documentation available.

  5. DirectoryAlreadyExists :: FilePath -> CabalInstallException

    cabal-install Distribution.Client.Errors

    No documentation available.

  6. FileAlreadyExists :: FilePath -> CabalInstallException

    cabal-install Distribution.Client.Errors

    No documentation available.

  7. PackagesAlreadyExistInEnvfile :: FilePath -> [String] -> CabalInstallException

    cabal-install Distribution.Client.Errors

    No documentation available.

  8. FileAlreadyInCache :: DownloadResult

    cabal-install Distribution.Client.HttpUtils

    No documentation available.

  9. fetchAndReadSourcePackages :: Verbosity -> DistDirLayout -> ProjectConfigShared -> ProjectConfigBuildOnly -> [ProjectPackageLocation] -> Rebuild [PackageSpecifier (SourcePackage UnresolvedPkgLoc)]

    cabal-install Distribution.Client.ProjectConfig

    Read the .cabal files for a set of packages. For remote tarballs and VCS source repos this also fetches them if needed. Note here is where we convert from project-root relative paths to absolute paths.

  10. packagesAlreadyInStore :: PostBuildProjectStatus -> PackageIdSet

    cabal-install Distribution.Client.ProjectPlanOutput

    As a convenience for intersection or difference with any of the other PackageIdSets to select only packages that were pre-installed or already in the store prior to the build.

Page 751 of many | Previous | Next