Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. readBuildTargets :: Verbosity -> PackageDescription -> [String] -> IO [BuildTarget]

    Cabal Distribution.Simple.BuildTarget

    Read a list of user-supplied build target strings and resolve them to BuildTargets according to a PackageDescription. If there are problems with any of the targets e.g. they don't exist or are misformatted, throw an IOException.

  2. readTargetInfos :: Verbosity -> PackageDescription -> LocalBuildInfo -> [String] -> IO [TargetInfo]

    Cabal Distribution.Simple.BuildTarget

    Take a list of String build targets, and parse and validate them into actual TargetInfos to be builtregisteredwhatever.

  3. readUserBuildTargets :: [String] -> ([UserBuildTargetProblem], [UserBuildTarget])

    Cabal Distribution.Simple.BuildTarget

    No documentation available.

  4. readGhcEnvironmentFile :: FilePath -> IO [GhcEnvironmentFileEntry]

    Cabal Distribution.Simple.GHC

    No documentation available.

  5. readGhcEnvironmentFile :: FilePath -> IO [GhcEnvironmentFileEntry]

    Cabal Distribution.Simple.GHCJS

    No documentation available.

  6. readGenericPackageDescription :: Verbosity -> FilePath -> IO GenericPackageDescription

    Cabal Distribution.Simple.PackageDescription

    No documentation available.

  7. readHookedBuildInfo :: Verbosity -> FilePath -> IO HookedBuildInfo

    Cabal Distribution.Simple.PackageDescription

    No documentation available.

  8. readPackageDb :: String -> Maybe PackageDB

    Cabal Distribution.Simple.Setup

    Parse a PackageDB stack entry

  9. readPackageDbList :: String -> [Maybe PackageDB]

    Cabal Distribution.Simple.Setup

    No documentation available.

  10. readDesc :: UserHooks -> IO (Maybe GenericPackageDescription)

    Cabal Distribution.Simple.UserHooks

    Read the description file

Page 115 of many | Previous | Next