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.
PackageBuildImpossible :: CheckExplanation -> PackageCheckCabal 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.
PackageBuildWarning :: CheckExplanation -> PackageCheckCabal 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.
-
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.
PackageDistInexcusable :: CheckExplanation -> PackageCheckCabal 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.
PackageDistSuspicious :: CheckExplanation -> PackageCheckCabal 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.
PackageDistSuspiciousWarn :: CheckExplanation -> PackageCheckCabal Distribution.PackageDescription.Check Like PackageDistSuspicious but will only display warnings rather than causing abnormal exit when you run 'cabal check'.
ParseWarning :: FilePath -> PWarning -> CheckExplanationCabal Distribution.PackageDescription.Check No documentation available.
PotentialDupModule :: String -> [ModuleName] -> CheckExplanationCabal Distribution.PackageDescription.Check No documentation available.
ProfilingUnneeded :: String -> CheckExplanationCabal Distribution.PackageDescription.Check No documentation available.
-
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.