Re: ANN: regex-base version 0.72

2007-03-17 Thread Ian Lynagh
On Mon, Mar 05, 2007 at 05:22:55PM +, Chris Kuklewicz wrote: > > For the eventual GHC 6.6.1 release, the supplied version of regex-base > should > either be conservatively updated to 0.72 0.72 looks like just the bugfix and non-GHC changes, so I've updated to that in the 6.6 branch. Thanks

ANN: regex-base version 0.72

2007-03-05 Thread Chris Kuklewicz
The version 0.71 of regex-base supplied with GHC 6.6 has a bug in Text.Regex.Base.Context: instance (RegexLike a b) => RegexContext a b (MatchResult b) where that essentially uses 'tail' where it should not, and this may even be using tail on an empty list. This has been patched in the just a