From 06eb9cfb349ca6ccfde3d1938fcd13ddc65f5cb6 Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Thu, 1 Dec 2016 15:39:54 -0500 Subject: 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. --- src/Text/Pandoc/Class.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Text/Pandoc/Class.hs') 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 -- cgit v1.2.3