All, Don and I have looked through the "extralibs" set that came with ghc-6.8.3 and the set that will be associated with 6.10.1. I've attached a csv spreadsheet with the summary.
For each package we looked at the difference between the last released version (whether that was in the 6.8.3 extralibs tarball or on hackage) and determined the extent of the changes. We assessed the changes against the package version policy to work out the new version (if necessary). These are the actions we need to take: * HUnit: bump version from 1.2.0.0 to 1.2.0.1 and release * QuickCheck: release 1.2.0.0 * haskell-src: bump version from 1.0.1.2 to 1.0.1.3 and release * html: bump version from 1.0.1.1 to 1.0.1.2 and release * mtl: bump version from 1.1.0.1 to 1.1.0.2 and release * network: bump version from 2.2.0.0 to 2.2.0.1 and release * parsec: nothing to do - no changes * parallel: nothing to do - no changes * regex-base: bump version from 0.72.0.1 to 0.72.0.2 and release * regex-compat: nothing to do - no changes * regex-posix: bump version from 0.72.0.2 to 0.72.0.3 and release * stm: bump version from 2.1.1.1 to 2.1.2.0 and release * time: bump version from 1.1.2.1 to 1.1.2.2 and release * xhtml: nothing to do - no changes By release we mean release on hackage. There's no need to wait until 6.10.1 is released to do this. Indeed we can get better testing done if we release now. Duncan
Package,"GHC-6.8.3 version","GHC-6.10 version","Hackage version","Next version number",Action,Notes HUnit,1.2.0.0,1.2.0.0,1.2.0.0,1.2.0.1,"Bump & Release","Changes internal imports" QuickCheck,1.1.0.0,1.2.0.0,1.1.0.0,1.2.0.0,Release, haskell-src,1.0.1.2,1.0.1.2,1.0.1.2,1.0.1.3,"Bump & Release","Build changes" html,1.0.1.1,1.0.1.1,1.0.1.1,1.0.1.2,"Bump & Release","Category added" mtl,1.1.0.1,1.1.0.1,1.1.0.1,1.1.0.2,"Bump & Release","Doc changes, warnings" network,2.2.0.0,2.2.0.0,2.2.0.0,2.2.0.1,"Bump & Release","Build changes" parsec,2.1.0.1,2.1.0.1,2.1.0.1,,Done,"No changes at all" parallel,1.0.0.1,1.0.0.1,1.0.0.1,,Done,"No changes at all" regex-base,0.72.0.1,0.72.0.1,0.72.0.1,0.72.0.2,"Bump & Release","Warning fixes" regex-compat,0.71.0.1,0.71.0.1,0.71.0.1,,Done,"No changes at all" regex-posix,0.72.0.2,0.72.0.2,0.72.0.2,0.72.0.3,"Bump & Release","Warning fixes" stm,2.1.1.1,2.1.1.1,2.1.1.0,2.1.2.0,"Bump & Release","Exports more and generalises a type" time,1.1.2.1,1.1.2.1,1.1.2.1,1.1.2.2,"Bump & Release","Only flag and doc changes" xhtml,3000.2.0.0,3000.2.0.1,3000.2.0.1,,Done,"No changes since release"
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users