Re: [Haskell-cafe] is the a way to reinstall a package with cabal install?

2008-10-09 Thread Alfonso Acosta
cabal install --reinstall On Thu, Oct 9, 2008 at 6:42 PM, Anatoly Yakovenko <[EMAIL PROTECTED]> wrote: > is the a way to reinstall a package with cabal install? I want to add > profiling support to a libarary. > > Thanks, > Anatoly > ___ > Haskell-Cafe

Re: [Haskell-cafe] is the a way to reinstall a package with cabal install?

2008-10-09 Thread Duncan Coutts
On Thu, 2008-10-09 at 09:42 -0700, Anatoly Yakovenko wrote: > is the a way to reinstall a package with cabal install? I want to add > profiling support to a libarary. Yes. With cabal-install-0.5.2 and later: $ cabal install foobar --reinstall --enable-library-profiling If you always want profi

[Haskell-cafe] is the a way to reinstall a package with cabal install?

2008-10-09 Thread Anatoly Yakovenko
is the a way to reinstall a package with cabal install? I want to add profiling support to a libarary. Thanks, Anatoly ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe