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

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

  3. PackageDistSuspiciousWarn :: CheckExplanation -> PackageCheck

    Cabal Distribution.PackageDescription.Check

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

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

    Cabal Distribution.PackageDescription.Check

    No documentation available.

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

    Cabal Distribution.PackageDescription.Check

    No documentation available.

  6. ProfilingUnneeded :: String -> CheckExplanation

    Cabal Distribution.PackageDescription.Check

    No documentation available.

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

  8. PreBuildComponentInputs :: BuildingWhat -> LocalBuildInfo -> TargetInfo -> PreBuildComponentInputs

    Cabal Distribution.Simple.Build.Inputs

    No documentation available.

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

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

Page 91 of many | Previous | Next