On Wed, May 7, 2014 at 12:31 PM, Tom Ellis <tom-lists-haskell-cafe-2013@jaguarpaw.co.uk> wrote:
On Wed, May 07, 2014 at 08:34:38AM +1000, Edward Kmett wrote:
> You don't deprecate versions in hackage, you deprecate whole packages.

Not sure if I missed the point, but you can deprecate versions:

    http://hackage.haskell.org/packages/preferred


You can, and it's a good practice, but unfortunately it won't really change cabal's build plan generation:

https://github.com/haskell/cabal/issues/1792

Michael