From da3702357dc9a310b460c82411fe5b8c870416d5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 25 Jul 2012 10:45:45 -0700 Subject: Put smart, strict in separate options field in state. This is the beginning of a larger transition that will make Options, not ParserState, the parameter of the read functions. (Options will also be used in writers, in place of WriterOptions.) Next step is to remove strict, replacing it with granular tests for different extensions. --- src/Text/Pandoc.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Text/Pandoc.hs') diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs index ca6d00de6..193755dff 100644 --- a/src/Text/Pandoc.hs +++ b/src/Text/Pandoc.hs @@ -60,6 +60,8 @@ module Text.Pandoc module Text.Pandoc.Definition -- * Generics , module Text.Pandoc.Generic + -- * Options + , module Text.Pandoc.Options -- * Lists of readers and writers , readers , writers @@ -151,6 +153,7 @@ import Text.Pandoc.Writers.AsciiDoc import Text.Pandoc.Templates import Text.Pandoc.Parsing import Text.Pandoc.Shared +import Text.Pandoc.Options import Data.ByteString.Lazy (ByteString) import Data.Version (showVersion) import Text.JSON.Generic -- cgit v1.2.3