Re: [Haskell-cafe] how do i get cabal to reinstall dependencies with profiling enabled?

2013-04-17 Thread Krzysztof Skrzętnicki
Another option: use cabal-dev with --enable-library-profiling. It should do the trick. Best regards, Krzysztof Skrzętnicki On Wed, Apr 17, 2013 at 11:13 PM, Anatoly Yakovenko wrote: > > > ___ > Haskell-Cafe mailing list > Haskell-Cafe@haskell.org > ht

Re: [Haskell-cafe] how do i get cabal to reinstall dependencies with profiling enabled?

2013-04-17 Thread Patrick Mylund Nielsen
My "simple" way is to move ~/.ghc (or ~/.ghc and ~/.cabal) somewhere else, then make (e.g. by running cabal update) or edit ~/.cabal/config to say library profiling, executable profiling and documentation: True, then run cabal install on one of my projects. On Wed, Apr 17, 2013 at 5:13 PM, Anat

[Haskell-cafe] how do i get cabal to reinstall dependencies with profiling enabled?

2013-04-17 Thread Anatoly Yakovenko
___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe