Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. PackageBuildImpossible :: CheckExplanation -> PackageCheck

    Cabal Distribution.PackageDescription.Check

    This package description is no good. There's no way it's going to build sensibly. This should give an error at configure time.

  2. PackageBuildWarning :: CheckExplanation -> PackageCheck

    Cabal Distribution.PackageDescription.Check

    A problem that is likely to affect building the package, or an issue that we'd like every package author to be aware of, even if the package is never distributed.

  3. data PackageCheck

    Cabal Distribution.PackageDescription.Check

    Results of some kind of failed package check. There are a range of severities, from merely dubious to totally insane. All of them come with a human readable explanation. In future we may augment them with more machine readable explanations, for example to help an IDE suggest automatic corrections.

  4. PackageDistInexcusable :: CheckExplanation -> PackageCheck

    Cabal Distribution.PackageDescription.Check

    An issue that is OK in the author's environment but is almost certain to be a portability problem for other environments. We can quite legitimately refuse to publicly distribute packages with these problems.

  5. PackageDistSuspicious :: CheckExplanation -> PackageCheck

    Cabal Distribution.PackageDescription.Check

    An issue that might not be a problem for the package author but might be annoying or detrimental when the package is distributed to users. We should encourage distributed packages to be free from these issues, but occasionally there are justifiable reasons so we cannot ban them entirely.

  6. PackageDistSuspiciousWarn :: CheckExplanation -> PackageCheck

    Cabal Distribution.PackageDescription.Check

    Like PackageDistSuspicious but will only display warnings rather than causing abnormal exit when you run 'cabal check'.

  7. ParseWarning :: FilePath -> PWarning -> CheckExplanation

    Cabal Distribution.PackageDescription.Check

    No documentation available.

  8. PotentialDupModule :: String -> [ModuleName] -> CheckExplanation

    Cabal Distribution.PackageDescription.Check

    No documentation available.

  9. ProfilingUnneeded :: String -> CheckExplanation

    Cabal Distribution.PackageDescription.Check

    No documentation available.

  10. data PreBuildComponentInputs

    Cabal Distribution.Simple.Build.Inputs

    The information required for a build computation which is available right before building each component, i.e. the pre-build component inputs.

Page 91 of many | Previous | Next