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. ProjectTargetSelector :: String -> String -> CabalInstallException

    cabal-install Distribution.Client.Errors

    No documentation available.

  2. data PackageEntry

    cabal-install Distribution.Client.IndexUtils

    An index entry is either a normal package, or a local build tree reference.

  3. data PreferredVersionsParseError

    cabal-install Distribution.Client.IndexUtils

    Parser error of the `preferred-versions` file.

  4. PreferredVersionsParseError :: String -> String -> PreferredVersionsParseError

    cabal-install Distribution.Client.IndexUtils

    No documentation available.

  5. module Distribution.Client.Init.Prompt

    User prompt utility functions for use by the 'cabal init' command.

  6. data PackageType

    cabal-install Distribution.Client.Init.Types

    Enum to denote whether the user wants to build a library target, executable target, library and executable targets, or a standalone test suite.

  7. data PkgDescription

    cabal-install Distribution.Client.Init.Types

    PkgDescription represents the relevant options set by the user when building a package description during the init command process.

  8. PkgDescription :: CabalSpecVersion -> PackageName -> Version -> SpecLicense -> String -> String -> String -> String -> String -> Set String -> Maybe (Set String) -> PkgDescription

    cabal-install Distribution.Client.Init.Types

    No documentation available.

  9. data ProjectSettings

    cabal-install Distribution.Client.Init.Types

    No documentation available.

  10. ProjectSettings :: WriteOpts -> PkgDescription -> Maybe LibTarget -> Maybe ExeTarget -> Maybe TestTarget -> ProjectSettings

    cabal-install Distribution.Client.Init.Types

    No documentation available.

Page 1238 of many | Previous | Next