aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Class.hs
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-12-01 15:39:54 -0500
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-25 17:07:40 +0100
commit06eb9cfb349ca6ccfde3d1938fcd13ddc65f5cb6 (patch)
treef32d078511443a5c00640e76258e4fcc1cab8224 /src/Text/Pandoc/Class.hs
parent4fe499d3f29c0ed6ffe23299ca581a11563f7c9d (diff)
downloadpandoc-06eb9cfb349ca6ccfde3d1938fcd13ddc65f5cb6.tar.gz
Make Txt2Tags test pass.
We don't have a good way to set things that aren't in the common state. That will be the next order of business.
Diffstat (limited to 'src/Text/Pandoc/Class.hs')
-rw-r--r--src/Text/Pandoc/Class.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Class.hs b/src/Text/Pandoc/Class.hs
index a888861b8..49c2b788e 100644
--- a/src/Text/Pandoc/Class.hs
+++ b/src/Text/Pandoc/Class.hs
@@ -32,6 +32,7 @@ Typeclass for pandoc readers and writers, allowing both IO and pure instances.
-}
module Text.Pandoc.Class ( PandocMonad(..)
+ , CommonState(..)
, PureState(..)
, PureEnv(..)
, getPOSIXTime