aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Pandoc.hs')
-rw-r--r--src/Text/Pandoc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs
index 0a6b67f02..b5e5bebcd 100644
--- a/src/Text/Pandoc.hs
+++ b/src/Text/Pandoc.hs
@@ -282,7 +282,7 @@ readers = [ ("native" , StringReader $ \_ s -> return $ readNative s)
-- runIOorExplode $
-- writeEPUB o{ writerEpubVersion = Just EPUB2 } doc)
-- ,("epub3" , IOByteStringWriter $ \o doc ->
--- runIOorExplode $
+-- runIOorExplode $
-- writeEPUB o{ writerEpubVersion = Just EPUB3 } doc)
-- ,("fb2" , IOStringWriter $ \o doc ->
-- runIOorExplode $ writeFB2 o doc)