Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. HowToFindInstalledPackages :: CompilerFlavor -> CabalException

    Cabal Distribution.Simple.Errors

    No documentation available.

  2. InstallDirsNotPrefixRelative :: InstallDirs FilePath -> CabalException

    Cabal Distribution.Simple.Errors

    No documentation available.

  3. MissingCoveredInstalledLibrary :: UnitId -> CabalException

    Cabal Distribution.Simple.Errors

    No documentation available.

  4. getInstalledPackages :: Verbosity -> Compiler -> PackageDBStack -> ProgramDb -> IO InstalledPackageIndex

    Cabal Distribution.Simple.GHC

    Given a package DB stack, return all installed packages.

  5. getInstalledPackagesMonitorFiles :: Verbosity -> Platform -> ProgramDb -> [PackageDB] -> IO [FilePath]

    Cabal Distribution.Simple.GHC

    No documentation available.

  6. installExe :: Verbosity -> LocalBuildInfo -> FilePath -> FilePath -> (FilePath, FilePath) -> PackageDescription -> Executable -> IO ()

    Cabal Distribution.Simple.GHC

    Install executables for GHC.

  7. installFLib :: Verbosity -> LocalBuildInfo -> FilePath -> FilePath -> PackageDescription -> ForeignLib -> IO ()

    Cabal Distribution.Simple.GHC

    Install foreign library for GHC.

  8. installLib :: Verbosity -> LocalBuildInfo -> FilePath -> FilePath -> FilePath -> PackageDescription -> Library -> ComponentLocalBuildInfo -> IO ()

    Cabal Distribution.Simple.GHC

    Install for ghc, .hi, .a and, if --with-ghci given, .o

  9. getInstalledPackages :: Verbosity -> PackageDBStack -> ProgramDb -> IO InstalledPackageIndex

    Cabal Distribution.Simple.GHCJS

    Given a package DB stack, return all installed packages.

  10. getInstalledPackagesMonitorFiles :: Verbosity -> Platform -> ProgramDb -> [PackageDB] -> IO [FilePath]

    Cabal Distribution.Simple.GHCJS

    Get the packages from specific PackageDBs, not cumulative.

Page 233 of many | Previous | Next