[Haskell-cafe] Packages

Cetin Sert cetin.sert at gmail.com
Tue Sep 30 20:01:37 EDT 2008


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 at gmail.com>

> Does that answer your query?
>
>
> Yep it does,  ^__^ Thank you very much.
>
> Cetin
>
> 2008/9/23 Austin Seipp <mad.one at 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 at haskell.org
>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20081001/6fa35f08/attachment.htm


More information about the Haskell-Cafe mailing list