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

Distribution.Client.CmdOutdated

Description

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

Synopsis

Documentation

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

data ListOutdatedSettings Source #

Various knobs for customising the behaviour of listOutdated.

Constructors

ListOutdatedSettings 

Fields

listOutdated :: [CandidateOutdatedDependency] -> SourcePackageDb -> ListOutdatedSettings -> [OutdatedDependency] Source #

Find all outdated dependencies.

showResult :: Verbosity -> [OutdatedDependency] -> Bool -> IO () Source #

Print either the list of all outdated dependencies, or a message that there are none.