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.
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.
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.
readUserBuildTargets :: [String] -> ([UserBuildTargetProblem], [UserBuildTarget])Cabal Distribution.Simple.BuildTarget No documentation available.
readGhcEnvironmentFile :: FilePath -> IO [GhcEnvironmentFileEntry]Cabal Distribution.Simple.GHC No documentation available.
readGhcEnvironmentFile :: FilePath -> IO [GhcEnvironmentFileEntry]Cabal Distribution.Simple.GHCJS No documentation available.
readGenericPackageDescription :: Verbosity -> FilePath -> IO GenericPackageDescriptionCabal Distribution.Simple.PackageDescription No documentation available.
readHookedBuildInfo :: Verbosity -> FilePath -> IO HookedBuildInfoCabal Distribution.Simple.PackageDescription No documentation available.
readPackageDb :: String -> Maybe PackageDBCabal Distribution.Simple.Setup Parse a PackageDB stack entry
readPackageDbList :: String -> [Maybe PackageDB]Cabal Distribution.Simple.Setup No documentation available.
readDesc :: UserHooks -> IO (Maybe GenericPackageDescription)Cabal Distribution.Simple.UserHooks Read the description file