
isaacdupree:
Don Stewart wrote:
I'm about to remove the X11-extras dependency, by merging it into the main X11 library for Haskell.
Could people test that the new X11 snapshot builds on their machines?
does the new version number follow the new/proposed PVP (package versioning policy), and should it? (that is, if there are only additions to the API, probably only the third part is incremented? are there any other changes here?)
Hmm. "if only new bindings, types or classes were added to the interface, then A.B may remain the same but the new C must be greater than the old C." However, this is a big change, so bumping A.B has been done. And 1.3.0 > 1.2.3, so that's fine, according to http://haskell.org/haskellwiki/Package_versioning_policy Thanks for raising this. -- Don