
#623: when a package is already installed, print the version as well
---------------------------------+------------------------------------------
Reporter: guest | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone: cabal-install-0.14
Component: cabal-install tool | Version: 1.6.0.1
Severity: normal | Resolution: fixed
Keywords: | Difficulty: very easy (<1 hour)
Ghcversion: | Platform:
---------------------------------+------------------------------------------
Changes (by kosmikus):
* status: new => closed
* resolution: => fixed
Comment:
The message is:
{{{
$ cabal install multirec
Resolving dependencies...
All the requested packages are already installed:
multirec-0.7.1
Use --reinstall if you want to reinstall anyway.
}}}
The patch is:
{{{
Sat Apr 7 11:28:29 CEST 2012 Andres Loeh