cabal-install-3.10.3.0: The command-line interface for Cabal and Hackage.
Maintainercabal-devel@haskell.org
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.Client.CmdOutdated

Description

Implementation of the outdated command. Checks for outdated dependencies in the package description file or freeze file.

Synopsis

Documentation

outdatedCommand :: CommandUI (ProjectFlags, OutdatedFlags) Source #

outdatedAction :: (ProjectFlags, OutdatedFlags) -> [String] -> GlobalFlags -> IO () Source #

Entry point for the outdated command.

data ListOutdatedSettings Source #

Various knobs for customising the behaviour of listOutdated.

Constructors

ListOutdatedSettings 

Fields

listOutdated :: [PackageVersionConstraint] -> SourcePackageDb -> ListOutdatedSettings -> [(PackageVersionConstraint, Version)] Source #

Find all outdated dependencies.