summaryrefslogtreecommitdiff
path: root/docs/users_guide
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-01-22 17:12:26 -0600
committerAustin Seipp <austin@well-typed.com>2014-01-22 17:12:26 -0600
commit21c2607be35fe89143972fd2c2fa1479d3a3538a (patch)
tree0903479a7fb785717ed4236c7098b4d04344b395 /docs/users_guide
parent4f9df5a4cf060b357cfb1bc100ef32f50e4783fb (diff)
downloadhaskell-21c2607be35fe89143972fd2c2fa1479d3a3538a.tar.gz
More tweaks.
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'docs/users_guide')
-rw-r--r--docs/users_guide/7.8.1-notes.xml40
1 files changed, 16 insertions, 24 deletions
diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 995444dbea..6ae5ecd664 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -652,32 +652,12 @@
</listitem>
</itemizedlist>
- <para>
- The following libraries have been removed from the GHC tree:
- </para>
-
- <itemizedlist>
- <listitem>
- <para>TODO FIXME</para>
- </listitem>
- </itemizedlist>
-
- <para>
- The following libraries have been added to the GHC tree:
- </para>
-
- <itemizedlist>
- <listitem>
- <para>TODO FIXME</para>
- </listitem>
- </itemizedlist>
-
<sect3>
<title>array</title>
<itemizedlist>
<listitem>
<para>
- Version number XXXX (was XXXX)
+ Version number 0.5.0.0 (was 0.4.0.1)
</para>
</listitem>
</itemizedlist>
@@ -832,7 +812,7 @@
<itemizedlist>
<listitem>
<para>
- Version number 0.10.3.0 (was 0.10.0.0)
+ Version number 0.10.4.0 (was 0.10.0.0)
</para>
</listitem>
</itemizedlist>
@@ -843,7 +823,7 @@
<itemizedlist>
<listitem>
<para>
- Version number 1.18.1.2 (was 1.16.0)
+ Version number 1.18.1.3 (was 1.16.0)
</para>
</listitem>
</itemizedlist>
@@ -854,7 +834,7 @@
<itemizedlist>
<listitem>
<para>
- Version number 0.5.3.1 (was 0.5.0.0)
+ Version number 0.5.4.0 (was 0.5.0.0)
</para>
</listitem>
</itemizedlist>
@@ -1045,6 +1025,18 @@
</listitem>
<listitem>
<para>
+ Typed Template Haskell expressions are now
+ supported. See <xref linkend="template-haskell"/>
+ for more details.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ There is now support for roles.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
There is now support for annotation pragmas.
</para>
</listitem>