summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-01-22 18:21:16 -0600
committerAustin Seipp <austin@well-typed.com>2014-01-22 18:21:16 -0600
commit2335060c97fa3659fd88a8a3b57ca382a9250e9d (patch)
tree8387f2f730e26aaddcc2cb602846db96f6e4cd52 /docs
parente81c630a409f419d25ca82ef33a9a85a7be49f9a (diff)
downloadhaskell-2335060c97fa3659fd88a8a3b57ca382a9250e9d.tar.gz
And don't forget FreeBSD
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'docs')
-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>