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.

  1. 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.

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

    Cabal Distribution.Simple.BuildTarget

    No documentation available.

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

    Cabal Distribution.Simple.GHC

    No documentation available.

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

    Cabal Distribution.Simple.GHCJS

    No documentation available.

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

    Cabal Distribution.Simple.PackageDescription

    No documentation available.

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

    Cabal Distribution.Simple.PackageDescription

    No documentation available.

  7. readPackageDb :: String -> Maybe PackageDB

    Cabal Distribution.Simple.Setup

    Parse a PackageDB stack entry

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

    Cabal Distribution.Simple.Setup

    No documentation available.

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

    Cabal Distribution.Simple.UserHooks

    Read the description file

  10. readUTF8File :: FilePath -> IO String

    Cabal Distribution.Simple.Utils

    Reads a UTF8 encoded text file as a Unicode String Reads lazily using ordinary readFile.

Page 109 of many | Previous | Next