[commit: ghc] master: Small doc fixes (caf9d42)
git at git.haskell.org
git at git.haskell.org
Fri Jun 26 16:53:12 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/caf9d427d423a8ff63fd4c5a1332d058004751ff/ghc
>---------------------------------------------------------------
commit caf9d427d423a8ff63fd4c5a1332d058004751ff
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Jun 26 11:36:02 2015 +0100
Small doc fixes
>---------------------------------------------------------------
caf9d427d423a8ff63fd4c5a1332d058004751ff
docs/users_guide/safe_haskell.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/users_guide/safe_haskell.xml b/docs/users_guide/safe_haskell.xml
index 1cb98ad..814f5c9 100644
--- a/docs/users_guide/safe_haskell.xml
+++ b/docs/users_guide/safe_haskell.xml
@@ -555,7 +555,7 @@
<itemizedlist>
<listitem>The module was compiled with
<option>-XTrustworthy</option></listitem>
- <listitem>All of M's direct <emph>safe imports</emph>are trusted by
+ <listitem>All of M's direct <emphasis>safe imports</emphasis>are trusted by
C</listitem>
</itemizedlist>
</listitem>
@@ -688,14 +688,14 @@
imports!
</listitem>
- <liteitem>
+ <listitem>
Buggle only imports Prelude, which is compiled with
<option>-XTrustworthy</option>. Prelude resides in the base package,
which C trusts, and (we'll assume) all of Prelude's imports are
trusted. So C trusts Prelude, and so C also trusts Buggle. (While
Prelude is typically imported implicitly, it still obeys the same
rules outlined here).
- </liteitem>
+ </listitem>
</itemizedlist>
</para>
More information about the ghc-commits
mailing list