[Haskell-cafe] how do i get cabal to reinstall dependencies with profiling enabled?
Patrick Mylund Nielsen
haskell at patrickmylund.com
Wed Apr 17 23:21:33 CEST 2013
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, Anatoly Yakovenko <aeyakovenko at gmail.com>wrote:
>
>
> _______________________________________________
> 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/20130417/678bebb9/attachment.htm>
More information about the Haskell-Cafe
mailing list