diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-05-09 09:50:15 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-05-09 09:50:15 -0700 |
commit | 80ab208b3db7a94f8f238b12df06ee47bccf07c6 (patch) | |
tree | b08b86a8576a41be623373e6a6f8f69d10642e59 | |
parent | f42ffcb7102a20731cdcdb5e5967de5865b5edc7 (diff) | |
download | pandoc-80ab208b3db7a94f8f238b12df06ee47bccf07c6.tar.gz |
Removed obsolete comment.
-rw-r--r-- | src/Text/Pandoc.hs | 3 |
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 = |