summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/users_guide/7.8.1-notes.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 7f285bc73f..ae84575787 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -218,13 +218,13 @@
<listitem>
<para>
- On Linux and Mac OS X, GHCi now uses the system
- dynamic linker by default, instead of its built in
- (static) object linker. This is more robust
+ On Linux, FreeBSD and Mac OS X, GHCi now uses the
+ system dynamic linker by default, instead of its built
+ in (static) object linker. This is more robust
cross-platform, and fixes many long-standing bugs (for
- example: constructors and destructors, weak
- symbols, etc work correctly, and several edge cases in
- the RTS are fixed.)
+ example: constructors and destructors, weak symbols,
+ etc work correctly, and several edge cases in the RTS
+ are fixed.)
</para>
<para>
@@ -1181,7 +1181,7 @@
<listitem>
<para>
On Windows, we currently don't ship dynamic libraries
- or use a dynamic GHCi, unlike Linux or OS X.
+ or use a dynamic GHCi, unlike Linux, FreeBSD or OS X.
</para>
</listitem>