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.
strictReadF :: (Text -> r) -> FilePath -> IO rcabal-debian Debian.Debianize.Prelude No documentation available.
module CabalGild.Unstable.Class.
MonadRead No documentation available.
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.
CannotReadCabalFile :: FilePath -> CabalInstallExceptioncabal-install Distribution.Client.Errors No documentation available.
DirectoryAlreadyExists :: FilePath -> CabalInstallExceptioncabal-install Distribution.Client.Errors No documentation available.
FileAlreadyExists :: FilePath -> CabalInstallExceptioncabal-install Distribution.Client.Errors No documentation available.
PackagesAlreadyExistInEnvfile :: FilePath -> [String] -> CabalInstallExceptioncabal-install Distribution.Client.Errors No documentation available.
FileAlreadyInCache :: DownloadResultcabal-install Distribution.Client.HttpUtils No documentation available.
-
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.
packagesAlreadyInStore :: PostBuildProjectStatus -> PackageIdSetcabal-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.