aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 43fb4e62d..3a19df850 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -481,7 +481,7 @@ main = do
writerStrictMarkdown = strict,
writerReferenceLinks = referenceLinks }
- (readSources sources) >>= (hPutStr output . toUTF8 .
+ (readSources sources) >>= (hPutStrLn output . toUTF8 .
(writer writerOptions) .
(reader startParserState) . tabFilter .
removeCRs . fromUTF8 . (joinWithSep "\n")) >>