-
Notifications
You must be signed in to change notification settings - Fork 722
Closed
Labels
cabal-install: cmd/outdatedre: project-fileConcerning cabal.project filesConcerning cabal.project filestype: enhancement
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).
philderbeast, fendor, Mikolaj, jneira, tbidne and 3 more
Metadata
Metadata
Assignees
Labels
cabal-install: cmd/outdatedre: project-fileConcerning cabal.project filesConcerning cabal.project filestype: enhancement