Open
Description
E.g. in the root of this repo:
cabal[master]$ cabal outdated
Error: cabal: No cabal file found.
Please create a package description file <pkgname>.cabal
It would be helpful if cabal outdated
could also deal with a cabal.project
file (instead of .cabal
files only), similar to cabal build
etc. It could list the outdated dependencies for all packages mentioned in cabal.project
(grouped per package).