[commit: ghc] master: And don't forget FreeBSD (2335060)
git at git.haskell.org
git at git.haskell.org
Thu Jan 23 00:21:27 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2335060c97fa3659fd88a8a3b57ca382a9250e9d/ghc
>---------------------------------------------------------------
commit 2335060c97fa3659fd88a8a3b57ca382a9250e9d
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Jan 22 18:21:16 2014 -0600
And don't forget FreeBSD
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
2335060c97fa3659fd88a8a3b57ca382a9250e9d
docs/users_guide/7.8.1-notes.xml | 14 +++++++-------
1 file 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 7f285bc..ae84575 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>
More information about the ghc-commits
mailing list