Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
c60c462f
Commit
c60c462f
authored
Sep 04, 2015
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user-guide: Add missing <para> tags around <listitem> body
Otherwise this is ill-formed DocBook
parent
5c372fe5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
docs/users_guide/codegens.xml
docs/users_guide/codegens.xml
+5
-5
No files found.
docs/users_guide/codegens.xml
View file @
c60c462f
...
...
@@ -46,9 +46,9 @@
<para>
To install LLVM and Clang:
<itemizedlist>
<listitem><emphasis>
Linux
</emphasis>
: Use your package management tool.
<listitem><
para><
emphasis>
Linux
</emphasis>
: Use your package management tool.
</para>
</listitem>
<listitem><emphasis>
Mac OS X
</emphasis>
: Clang is included by
<listitem><
para><
emphasis>
Mac OS X
</emphasis>
: Clang is included by
default on recent OS X machines when XCode is installed (from
<literal>
10.6
</literal>
and later). LLVM is not included. In
order to use the LLVM based code generator, you should install
...
...
@@ -56,12 +56,12 @@
url=
"http://mxcl.github.com/homebrew/"
>
Homebrew
</ulink>
package manager for OS X. Alternatively you can download
binaries for LLVM and Clang from
<ulink
url=
"http://llvm.org/releases/download.html"
>
here
</ulink>
.
url=
"http://llvm.org/releases/download.html"
>
here
</ulink>
.
</para>
</listitem>
<listitem><emphasis>
Windows
</emphasis>
: You should download binaries for
<listitem><
para><
emphasis>
Windows
</emphasis>
: You should download binaries for
LLVM and clang from
<ulink
url=
"http://llvm.org/releases/download.html"
>
here
</ulink>
.
<ulink
url=
"http://llvm.org/releases/download.html"
>
here
</ulink>
.
</para>
</listitem>
</itemizedlist>
</para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment