summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/EvilSplicer.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/EvilSplicer.hs b/Build/EvilSplicer.hs
index b7ea0b72e..642e2a03e 100644
--- a/Build/EvilSplicer.hs
+++ b/Build/EvilSplicer.hs
@@ -358,7 +358,7 @@ mangleCode = flip_colon
string "\\\n"
many1 $ oneOf " \t"
string "\\"
- return ""
+ return "\\n"
{- GHC outputs splices using explicit braces rather than layout.
- For a case expression, it does something weird: