Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. RequireProgram :: String -> CabalException

    Cabal Distribution.Simple.Errors

    No documentation available.

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

  3. 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'.

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

  5. 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'.

  6. requiresDirDbs :: HcPkgInfo -> Bool

    Cabal Distribution.Simple.Program.HcPkg

    requires directory style package databases

  7. isVerboseQuiet :: Verbosity -> Bool

    Cabal Distribution.Verbosity

    Test if we had called lessVerbose on the verbosity.

  8. AnnCloseQ :: AnnKeywordId

    ghc GHC

    '|]'

  9. AnnCloseQU :: AnnKeywordId

    ghc GHC

    '|]', unicode variant

  10. AnnEqual :: AnnKeywordId

    ghc GHC

    No documentation available.

Page 186 of many | Previous | Next