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.
-
Cabal Distribution.PackageDescription.Check Filter Package Check by Check explanation string.
ppCheckExplanationId :: CheckExplanationID -> CheckExplanationIDStringCabal Distribution.PackageDescription.Check No documentation available.
-
Cabal Distribution.Simple.Command No documentation available.
hiddenCommand :: Command action -> Command actionCabal Distribution.Simple.Command Mark command as hidden. Hidden commands don't show up in the 'progname help' or 'progname --help' output.
compilerId :: Compiler -> CompilerIdCabal Distribution.Simple.Compiler Compiler flavour and version.
showCompilerId :: Compiler -> StringCabal Distribution.Simple.Compiler No documentation available.
showCompilerIdWithAbi :: Compiler -> StringCabal Distribution.Simple.Compiler No documentation available.
unifiedIPIDRequired :: Compiler -> BoolCabal Distribution.Simple.Compiler Does this compiler have unified IPIDs (so no package keys)
unitIdSupported :: Compiler -> BoolCabal Distribution.Simple.Compiler Does this compiler support unit IDs?
-
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.