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.Simple.Setup No documentation available.
configCID :: ConfigFlags -> Flag ComponentIdCabal Distribution.Simple.Setup explicit CID to be used
configIPID :: ConfigFlags -> Flag StringCabal Distribution.Simple.Setup explicit IPID to be used
regPrintId :: RegisterFlags -> Flag BoolCabal Distribution.Simple.Setup No documentation available.
module Distribution.Types.
AnnotatedId No documentation available.
-
Cabal Distribution.Types.AnnotatedId An AnnotatedId is a ComponentId, UnitId, etc. which is annotated with some other useful information that is useful for printing to users, etc. Invariant: if ann_id x == ann_id y, then ann_pid x == ann_pid y and ann_cname x == ann_cname y
AnnotatedId :: PackageId -> ComponentName -> id -> AnnotatedId idCabal Distribution.Types.AnnotatedId No documentation available.
ann_id :: AnnotatedId id -> idCabal Distribution.Types.AnnotatedId No documentation available.
ann_pid :: AnnotatedId id -> PackageIdCabal Distribution.Types.AnnotatedId No documentation available.
ci_ann_id :: ComponentInclude id rn -> AnnotatedId idCabal Distribution.Types.ComponentInclude No documentation available.