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.

  1. parsecMaybeQuoted :: CabalParsing m => m a -> m a

    Cabal-syntax Distribution.Parsec

    parsecMaybeQuoted p = parsecQuoted p | p.

  2. Dotseqn :: LicenseId

    Cabal-syntax Distribution.SPDX

    Dotseqn, Dotseqn License

  3. Dotseqn :: LicenseId

    Cabal-syntax Distribution.SPDX.LicenseId

    Dotseqn, Dotseqn License

  4. module Distribution.Types.ComponentRequestedSpec

    No documentation available.

  5. data ComponentRequestedSpec

    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.

  6. ComponentRequestedSpec :: Bool -> Bool -> ComponentRequestedSpec

    Cabal-syntax Distribution.Types.ComponentRequestedSpec

    No documentation available.

  7. OneComponentRequestedSpec :: ComponentName -> ComponentRequestedSpec

    Cabal-syntax Distribution.Types.ComponentRequestedSpec

    No documentation available.

  8. benchmarksRequested :: ComponentRequestedSpec -> Bool

    Cabal-syntax Distribution.Types.ComponentRequestedSpec

    No documentation available.

  9. componentNameRequested :: ComponentRequestedSpec -> ComponentName -> Bool

    Cabal-syntax Distribution.Types.ComponentRequestedSpec

    Is this component name enabled? See also this note in Distribution.Types.ComponentRequestedSpec#buildable_vs_enabled_components.

  10. defaultComponentRequestedSpec :: ComponentRequestedSpec

    Cabal-syntax Distribution.Types.ComponentRequestedSpec

    The default set of enabled components. Historically tests and benchmarks are NOT enabled by default.

Page 287 of many | Previous | Next