
18 Mar
2009
18 Mar
'09
1:53 p.m.
On Wed, Mar 18, 2009 at 12:28:50AM +0000, Duncan Coutts wrote:
On Tue, 2009-03-17 at 11:09 +0100, Christian Maeder wrote:
unix >= 2.0 && < 2.4
Changing to "<= 2.4" was not sufficient, so I changed it to "<= 2.5". This will affect any OS!
Hmm, it's a bit suspicious that the major version number is changing in a minor ghc release. Do we know what the API breakage is? This could affect any program.
This looks like a braino to me. Things have been added to the API, but I don't see anything that's been removed or change. I'll put the version number back to 2.3.2.0. Thanks Ian