[Haskell-cafe] version conflict on Hackage

2009-01-12 Thread Henning Thielemann
I repeatedly encounter the following versioning problem on Hackage: There is a package A with version 1.0. I upload a package B which imports A. Thus B is bound to A-1.0 Now a new version of A is uploaded, say 1.0.1. then I upload package C which depends both on A and B. However C is bound to the

Re: [Haskell-cafe] version conflict on Hackage

2009-01-12 Thread Duncan Coutts
On Mon, 2009-01-12 at 13:21 +0100, Henning Thielemann wrote: > I repeatedly encounter the following versioning problem on Hackage: > There is a package A with version 1.0. > I upload a package B which imports A. > Thus B is bound to A-1.0 > Now a new version of A is uploaded, say 1.0.1. > then I up