Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

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

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

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

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

  5. requiresDirDbs :: HcPkgInfo -> Bool

    Cabal Distribution.Simple.Program.HcPkg

    requires directory style package databases

  6. isVerboseQuiet :: Verbosity -> Bool

    Cabal Distribution.Verbosity

    Test if we had called lessVerbose on the verbosity.

  7. AnnCloseQ :: AnnKeywordId

    ghc GHC

    '|]'

  8. AnnCloseQU :: AnnKeywordId

    ghc GHC

    '|]', unicode variant

  9. AnnEqual :: AnnKeywordId

    ghc GHC

    No documentation available.

  10. AnnOpenEQ :: AnnKeywordId

    ghc GHC

    '[|'

Page 186 of many | Previous | Next