summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2017-02-03 15:38:28 -0500
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-03 21:38:28 +0100
commited4f84e84b1f7e498850e7948e625c7832286f74 (patch)
treebbea6958883e2196ac9685d18f92313786ae9bf6 /MANUAL.txt
parent23e6495624682f0c8d130a3f6db5dc60056015fa (diff)
Manual: Mention limitations of Literate Haskell Support (#3413)
This fixes #3410.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 29fde9168..77ca471c5 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -3931,6 +3931,10 @@ ordinary HTML (without bird tracks).
writes HTML with the Haskell code in bird tracks, so it can be copied
and pasted as literate Haskell source.
+Note that GHC expects the bird tracks in the first column, so indentend literate
+code blocks (e.g. inside an itemized environment) will not be picked up by the
+Haskell compiler.
+
Syntax highlighting
===================