Hello,
And in the ticket Simon Marlow said:
> I definitely think we should change the policy - in fact I typically bump
> a library as soon as I change it, to avoid this problem. Is the policy
> written down anywhere? It wouldn't be hard to change, right?
What exactly would the new policy be? Is it just the last component that
is bumped, or is the version number bumped according to the PvP? Is the
version bump relative to what was in the repo before, so after the
1.2.0.1 directory release we might have 1.3.0.0, 1.4.0.0 and 1.5.0.0 in
the repo before 1.5.0.0 is release, skipping 1.3 and 1.4? Or do you
check what the last release was and only bump if necessary relative to
that (so once the repo reaches 1.3.0.0 it will not be bumped further
until a release is made)?
Would we also follow this policy for packages we don't maintain (perhaps
with ghc-only version bumps if necessary)?