aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-05-09 09:50:15 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-05-09 09:50:15 -0700
commit80ab208b3db7a94f8f238b12df06ee47bccf07c6 (patch)
treeb08b86a8576a41be623373e6a6f8f69d10642e59 /src
parentf42ffcb7102a20731cdcdb5e5967de5865b5edc7 (diff)
downloadpandoc-80ab208b3db7a94f8f238b12df06ee47bccf07c6.tar.gz
Removed obsolete comment.
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 =