summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2006-08-25 11:05:20 +0000
committerIan Lynagh <igloo@earth.li>2006-08-25 11:05:20 +0000
commit6c6820dba847a1d2da90c67debca0224b1744f93 (patch)
treee9ad294f9c29bb70e0bfe02ccae8ec1280935510
parent1ed0c2ab4c9d5bac9347741ea6fd925003824c72 (diff)
downloadhaskell-6c6820dba847a1d2da90c67debca0224b1744f93.tar.gz
Add the regex reshuffle to the release notes
-rw-r--r--docs/users_guide/6.6-notes.xml60
1 files changed, 60 insertions, 0 deletions
diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml
index 980efff51d..1f4e48584a 100644
--- a/docs/users_guide/6.6-notes.xml
+++ b/docs/users_guide/6.6-notes.xml
@@ -706,6 +706,16 @@
<literal>ForeignPtr</literal>.
</para>
</listitem>
+ <listitem>
+ <para>
+ The <literal>Text.Regex</literal> and
+ <literal>Text.Regex.Posix</literal> modules have been removed.
+ Instead, use the new <literal>regex-compat</literal> package
+ for a drop-in <literal>Text.Regex</literal> replacement, or
+ the new library in the new <literal>regex-posix</literal>
+ package.
+ </para>
+ </listitem>
</itemizedlist>
</sect3>
@@ -858,6 +868,56 @@
</sect3>
<sect3>
+ <title>regex-base</title>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Version 0.71.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ New library that provides common functions for different
+ regex backends.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect3>
+
+ <sect3>
+ <title>regex-compat</title>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Version 0.71.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ New package providing a replacement
+ <literal>Text.Regex</literal> module.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect3>
+
+ <sect3>
+ <title>regex-posix</title>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Version 0.71.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ A new package providing POSIX regexes.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect3>
+
+ <sect3>
<title>stm</title>
<itemizedlist>
<listitem>