diff options
-rw-r--r-- | src/Text/Pandoc.hs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Text/Pandoc.hs b/src/Text/Pandoc.hs index 4990a77fe..99ad76cda 100644 --- a/src/Text/Pandoc.hs +++ b/src/Text/Pandoc.hs @@ -378,12 +378,6 @@ getWriter s \o -> r o{ writerExtensions = setExts $ getDefaultExtensions writerName } -{-# DEPRECATED toJsonFilter "Use 'toJSONFilter' from 'Text.Pandoc.JSON' instead" #-} --- | Deprecated. Use @toJSONFilter@ from @Text.Pandoc.JSON@ instead. -class ToJSONFilter a => ToJsonFilter a - where toJsonFilter :: a -> IO () - toJsonFilter = toJSONFilter - readJSON :: ReaderOptions -> String -> Either PandocError Pandoc readJSON _ = mapLeft PandocParseError . eitherDecode' . UTF8.fromStringLazy |