Secondly, does it means that, as the developper of a package, I have to leave all the previous versions of a module in that package?
I.e: Maybe_1.hs, Maybe_2.hs would have to stay in my package? This seems to be very polluting and redundant.
So the proposition seems to be "versionning and dependency management are a problem, so let's remove the problem by leaving all previous versions in the package".
Did I misunderstood something?
Cheers,
Corentin