I’ve found --avoid-reinstalls makes packages build where otherwise cabal fails. What exactly is it doing? Doesn’t cabal already try to avoid reinstalls, or shouldn’t it?
I’ve found –avoid-reinstalls makes packages build where otherwise cabal fails. What exactly is it
Share
This mailinglist post explains it pretty well: http://www.haskell.org/pipermail/beginners/2011-June/007502.html
The –avoid-reinstalls flag prevents exactly this behavior.