aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs
index 0d1d6375e..3de3d10fe 100644
--- a/src/Text/Pandoc.hs
+++ b/src/Text/Pandoc.hs
@@ -37,9 +37,6 @@ inline links:
> module Main where
> import Text.Pandoc
-> -- include the following two lines only if you're using ghc < 6.12:
-> import Prelude hiding (getContents, putStrLn)
-> import System.IO.UTF8
>
> markdownToRST :: String -> String
> markdownToRST =