From ed4f84e84b1f7e498850e7948e625c7832286f74 Mon Sep 17 00:00:00 2001
From: Joachim Breitner <mail@joachim-breitner.de>
Date: Fri, 3 Feb 2017 15:38:28 -0500
Subject: [PATCH] Manual: Mention limitations of Literate Haskell Support
 (#3413)

This fixes #3410.
---
 MANUAL.txt | 4 ++++
 1 file changed, 4 insertions(+)

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
 ===================