From: Ian Lynagh Date: Fri, 25 Aug 2006 11:05:20 +0000 (+0000) Subject: Add the regex reshuffle to the release notes X-Git-Tag: Before_FC_branch_merge~122 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6c6820dba847a1d2da90c67debca0224b1744f93 Add the regex reshuffle to the release notes --- diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml index 980efff..1f4e485 100644 --- a/docs/users_guide/6.6-notes.xml +++ b/docs/users_guide/6.6-notes.xml @@ -706,6 +706,16 @@ ForeignPtr. + + + The Text.Regex and + Text.Regex.Posix modules have been removed. + Instead, use the new regex-compat package + for a drop-in Text.Regex replacement, or + the new library in the new regex-posix + package. + + @@ -858,6 +868,56 @@ + regex-base + + + + Version 0.71. + + + + + New library that provides common functions for different + regex backends. + + + + + + + regex-compat + + + + Version 0.71. + + + + + New package providing a replacement + Text.Regex module. + + + + + + + regex-posix + + + + Version 0.71. + + + + + A new package providing POSIX regexes. + + + + + + stm