本体の ghc は A.B.C様式で、baseパッケージはA.B.C.D様式となっているので、ちょっと気になってました.
> A package version number *SHOULD* have the form _A.B.C_, and *MAY* optionally have any number of additional components, for example 2.1.0.4 (in this case, _A_=2, _B_=1, _C=0_). This policy defines the meaning of the first three components _A-C_, the other components can be used in any way the package maintainer sees fit.
という記述がありますね.ありがとうございます.