Thu Aug 14 11:34:45 PDT 2008 Duncan Coutts
* Add cabal install --reinstall flag
to force reinstall of package where we have the exact same
version already installed. Ordinarily we would say that
there is nothing to do as the exact same package version
is already installed. There are some cases where you might
want to do this, eg to rebuild with different compiler
options, or adding/removing components (since we do not
track those indifidually yet, eg docs, profiling libs).
M ./Distribution/Client/Install.hs -6 +17
M ./Distribution/Client/Setup.hs +8
View patch online:
http://darcs.haskell.org/cabal-install/_darcs/patches/20080814183445-adfee-b...