Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
parsecMaybeQuoted :: CabalParsing m => m a -> m aCabal-syntax Distribution.Parsec parsecMaybeQuoted p = parsecQuoted p | p.
-
Cabal-syntax Distribution.SPDX Dotseqn, Dotseqn License
-
Cabal-syntax Distribution.SPDX.LicenseId Dotseqn, Dotseqn License
module Distribution.Types.
ComponentRequestedSpec No documentation available.
-
Cabal-syntax Distribution.Types.ComponentRequestedSpec Describes what components are enabled by user-interaction. See also this note in Distribution.Types.ComponentRequestedSpec#buildable_vs_enabled_components.
ComponentRequestedSpec :: Bool -> Bool -> ComponentRequestedSpecCabal-syntax Distribution.Types.ComponentRequestedSpec No documentation available.
OneComponentRequestedSpec :: ComponentName -> ComponentRequestedSpecCabal-syntax Distribution.Types.ComponentRequestedSpec No documentation available.
benchmarksRequested :: ComponentRequestedSpec -> BoolCabal-syntax Distribution.Types.ComponentRequestedSpec No documentation available.
componentNameRequested :: ComponentRequestedSpec -> ComponentName -> BoolCabal-syntax Distribution.Types.ComponentRequestedSpec Is this component name enabled? See also this note in Distribution.Types.ComponentRequestedSpec#buildable_vs_enabled_components.
defaultComponentRequestedSpec :: ComponentRequestedSpecCabal-syntax Distribution.Types.ComponentRequestedSpec The default set of enabled components. Historically tests and benchmarks are NOT enabled by default.