| | 49 | It has been suggested that the platform version numbers follow the [http://www.haskell.org/haskellwiki/Package_versioning_policy PVP] in the sense that the platform is the union of all it's components. In this case, if we agreed that there are no API changes in minor releases then the general scheme would be ''' ''$year'' . ''$major-release'' . 0 . ''$minor-version'' '''. That is, the 3rd digit would always be zero. This would be because major releases typically have some slight incompatible change in at least one package while minor releases do not change any API at all, only fix bugs, so only the 4th digit changes. |