summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiyun Liu <yiyun.liu@tweag.io>2022-06-10 21:23:03 -0400
committerYiyun Liu <yiyun.liu@tweag.io>2022-06-10 21:23:03 -0400
commit722814ba43af29ea863ed699ec706c89286046b1 (patch)
tree78c5bf8d2a701eee99bfc809a207931195efa3c9
parent69e72ecda720d10308516366044952ddd6290e7e (diff)
downloadhaskell-722814ba43af29ea863ed699ec706c89286046b1.tar.gz
Use <br> instead of newline character
-rw-r--r--hadrian/doc/flavours.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/hadrian/doc/flavours.md b/hadrian/doc/flavours.md
index 713b945255..b688dd485a 100644
--- a/hadrian/doc/flavours.md
+++ b/hadrian/doc/flavours.md
@@ -231,9 +231,8 @@ The supported transformers are listed below:
It is recommended that you use this in conjunction with `no_dynamic_ghc` since
GHC does not support loading of profiled libraries with the
dynamic linker. You should use a flavour that builds profiling libs and rts,
- i.e. not <code>quick</code>.
-
- This flag adds cost centres with the -fprof-late flag. </td>
+ i.e. not <code>quick</code>. <br>
+ This flag adds cost centres with the -fprof-late flag.</td>
</tr>
<tr>
<td><code>no_dynamic_ghc</code></td>