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.
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.
PreBuildComponentInputs :: BuildingWhat -> LocalBuildInfo -> TargetInfo -> PreBuildComponentInputsCabal Distribution.Simple.Build.Inputs No documentation available.
module Distribution.Simple.Build.
PackageInfoModule Generating the PackageInfo_pkgname module. This is a module that Cabal generates for the benefit of packages. It enables them to find their package informations.
module Distribution.Simple.Build.
PathsModule Generating the Paths_pkgname module. This is a module that Cabal generates for the benefit of packages. It enables them to find their version number and find any installed data files at runtime. This code should probably be split off into another module.