summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Parsing.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-07 21:42:35 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-07 21:42:35 +0100
commit1ecc48e9f9b027e9b1226fa3a43b52ae8c7004bf (patch)
treeae9e58d00503c319b1048e9ff24b55aa671f5bc1 /src/Text/Pandoc/Parsing.hs
parent9db98550dfc39d31072e43ac066154a483865fc4 (diff)
Moved readFileFromDirs to Text.Pandoc.Class.
This can be used in several different modules, not just LaTeX reader.
Diffstat (limited to 'src/Text/Pandoc/Parsing.hs')
-rw-r--r--src/Text/Pandoc/Parsing.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Text/Pandoc/Parsing.hs b/src/Text/Pandoc/Parsing.hs
index 5e9ff7fd1..8ffd0758e 100644
--- a/src/Text/Pandoc/Parsing.hs
+++ b/src/Text/Pandoc/Parsing.hs
@@ -110,6 +110,8 @@ module Text.Pandoc.Parsing ( anyLine,
askF,
asksF,
token,
+ (<+?>),
+ extractIdClass,
-- * Re-exports from Text.Pandoc.Parsec
Stream,
runParser,
@@ -163,9 +165,7 @@ module Text.Pandoc.Parsing ( anyLine,
sourceLine,
setSourceColumn,
setSourceLine,
- newPos,
- (<+?>),
- extractIdClass
+ newPos
)
where