[patch] Win32 enchaments

Simon Marlow simonmarhaskell at gmail.com
Fri May 12 05:25:20 EDT 2006


Esa Ilari Vuokko wrote:
> On 5/11/06, Ross Paterson <ross at soi.city.ac.uk> wrote:
> 
>> On Thu, May 11, 2006 at 01:42:20PM +0300, Esa Ilari Vuokko wrote:
>> > If there's nobody else that'd like to check and commit changes in, yes,
>> > I can volunteer.
>>
>> I should warn you that the graphics part doesn't quite work with GHC.
> 
> 
> I haven't been terribly interested in that part yet.  The stuff that I have
> played with it did work (some simple windowing).
> 
> [snip versioning stuff]
> 
>>
>> But in you increment the version number every time you add something to
>> the interface, you'll use a lot of version numbers.  I'd prefer to use
>> setup sdist --snapshot to get incremental versioning between releases.
> 
> 
> I think we have quite diffrent model for versioning. :-)
> I wasn't going to up version all the time, just this once, until
> release (probably
> ghc 6.6), so that packages that want to be ready for it, could have correct
> package deps already.  Then, after release, first changes should up the
> number again until next release.  But that's not important, if upping on 
> release
> is the common way here, I have no problem with it.
> 
> And thank you, Ross, for reviewing, beautifying and commiting my patches.

When these packages can be installed independently of a GHC or Hugs 
release, it will make sense to bump the version number more regularly. 
We're not far away from that.

My plan was to bump the versions of all the packages as soon as they're 
independently installable, and from then on I think we should bump minor 
version numbers whenever an API change is introduced.

Cheers,
	Simon


More information about the Libraries mailing list