aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-07-20 14:41:44 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-07-20 14:41:44 -0700
commit5085962c28aa35394c567da360fd065dc3bbd0e0 (patch)
treea8c0dd5efb248d7c0d37effc0bf85fb3d2016afb /src/Text/Pandoc/Readers/RST.hs
parenta4c28ead79d0490de992fe9a642afdefee6080f4 (diff)
downloadpandoc-5085962c28aa35394c567da360fd065dc3bbd0e0.tar.gz
Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.
No other module directly imports Parsec. This will make it easier to change the parsing backend in the future, if we want to.
Diffstat (limited to 'src/Text/Pandoc/Readers/RST.hs')
-rw-r--r--src/Text/Pandoc/Readers/RST.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/RST.hs b/src/Text/Pandoc/Readers/RST.hs
index c5969f145..662daaa62 100644
--- a/src/Text/Pandoc/Readers/RST.hs
+++ b/src/Text/Pandoc/Readers/RST.hs
@@ -33,7 +33,6 @@ module Text.Pandoc.Readers.RST (
import Text.Pandoc.Definition
import Text.Pandoc.Shared
import Text.Pandoc.Parsing
-import Text.Parsec
import Control.Monad ( when, liftM, guard, mzero )
import Data.List ( findIndex, intercalate, transpose, sort, deleteFirstsBy )
import qualified Data.Map as M