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. unifiedIPIDRequired :: Compiler -> Bool

    Cabal Distribution.Simple.Compiler

    Does this compiler have unified IPIDs (so no package keys)

  2. RequireProgram :: String -> CabalException

    Cabal Distribution.Simple.Errors

    No documentation available.

  3. requireProgram :: Verbosity -> Program -> ProgramDb -> IO (ConfiguredProgram, ProgramDb)

    Cabal Distribution.Simple.Program

    Check that a program is configured and available to be run. It raises an exception if the program could not be configured, otherwise it returns the configured program.

  4. requireProgramVersion :: Verbosity -> Program -> VersionRange -> ProgramDb -> IO (ConfiguredProgram, Version, ProgramDb)

    Cabal Distribution.Simple.Program

    Like lookupProgramVersion, but raises an exception in case of error instead of returning 'Left errMsg'.

  5. requireProgram :: Verbosity -> Program -> ProgramDb -> IO (ConfiguredProgram, ProgramDb)

    Cabal Distribution.Simple.Program.Db

    Check that a program is configured and available to be run. It raises an exception if the program could not be configured, otherwise it returns the configured program.

  6. requireProgramVersion :: Verbosity -> Program -> VersionRange -> ProgramDb -> IO (ConfiguredProgram, Version, ProgramDb)

    Cabal Distribution.Simple.Program.Db

    Like lookupProgramVersion, but raises an exception in case of error instead of returning 'Left errMsg'.

  7. requiresDirDbs :: HcPkgInfo -> Bool

    Cabal Distribution.Simple.Program.HcPkg

    requires directory style package databases

  8. isVerboseQuiet :: Verbosity -> Bool

    Cabal Distribution.Verbosity

    Test if we had called lessVerbose on the verbosity.

  9. AnnCloseQ :: AnnKeywordId

    ghc GHC

    '|]'

  10. AnnCloseQU :: AnnKeywordId

    ghc GHC

    '|]', unicode variant

Page 186 of many | Previous | Next