Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. filterPackageChecksByIdString :: [PackageCheck] -> [CheckExplanationIDString] -> ([PackageCheck], [CheckExplanationIDString])

    Cabal Distribution.PackageDescription.Check

    Filter Package Check by Check explanation string.

  2. ppCheckExplanationId :: CheckExplanationID -> CheckExplanationIDString

    Cabal Distribution.PackageDescription.Check

    No documentation available.

  3. HiddenCommand :: CommandType

    Cabal Distribution.Simple.Command

    No documentation available.

  4. hiddenCommand :: Command action -> Command action

    Cabal Distribution.Simple.Command

    Mark command as hidden. Hidden commands don't show up in the 'progname help' or 'progname --help' output.

  5. compilerId :: Compiler -> CompilerId

    Cabal Distribution.Simple.Compiler

    Compiler flavour and version.

  6. showCompilerId :: Compiler -> String

    Cabal Distribution.Simple.Compiler

    No documentation available.

  7. showCompilerIdWithAbi :: Compiler -> String

    Cabal Distribution.Simple.Compiler

    No documentation available.

  8. unifiedIPIDRequired :: Compiler -> Bool

    Cabal Distribution.Simple.Compiler

    Does this compiler have unified IPIDs (so no package keys)

  9. unitIdSupported :: Compiler -> Bool

    Cabal Distribution.Simple.Compiler

    Does this compiler support unit IDs?

  10. computeComponentId :: Bool -> Flag String -> Flag ComponentId -> PackageIdentifier -> ComponentName -> Maybe ([ComponentId], FlagAssignment) -> ComponentId

    Cabal Distribution.Simple.Configure

    This method computes a default, "good enough" ComponentId for a package. The intent is that cabal-install (or the user) will specify a more detailed IPID via the --ipid flag if necessary.

Page 429 of many | Previous | Next