A reminder:

When I wanted to upgrade to yi 0.4.6.2, I needed to download the new package list first

cabal update    #download list of new packages
cabal upgrade  #install newer versions of all packages

see "cabal help upgrade" for more, for upgrading a single package

cabal upgrade yi

Regards,
CS

2008/9/23 Cetin Sert <cetin.sert@gmail.com>
Does that answer your query?

Yep it does,  ^__^ Thank you very much.

Cetin

2008/9/23 Austin Seipp <mad.one@gmail.com>

Excerpts from Dougal Stanton's message of Tue Sep 23 06:09:58 -0500 2008:
> That should happen automatically with cabal-install if the version
> number in the .cabal file has changed.
>
> There doesn't seem to be a good way of forcing cabal-install to
> recreate a build (eg, if you want to rebuild/reinstall with
> profiling). I think you need to unregister the package manually first.
> :-(
>

With cabal-install 0.5.2, you simply have to pass the '--reinstall'
flag to the 'install' command and it will reconfigure, rebuild and
reinstall the packages with whatever flags you specify.

Austin
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe