Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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
readUTF8File :: FilePath -> IO StringCabal Distribution.Simple.Utils Reads a UTF8 encoded text file as a Unicode String Reads lazily using ordinary readFile.