
1 Apr
2007
1 Apr
'07
11:56 a.m.
On Sat, Mar 31, 2007 at 01:47:09PM +0000, Bryan O'Sullivan wrote:
http://hackage.haskell.org/trac/ghc/attachment/ticket/1212/ipv6.2.patch
This contains: hunk ./network.cabal 2 -version: 2.0 +version: 2.0.1 I don't think patches should include changes to the version number, as they will then depend/conflict with every other patch. Instead, changes should accumulate in the darcs repo, and the version number incremented by a patch (that does nothing else) just before a release is made. Thanks Ian