From a35b718e7d1b2c28fdb2606d02a33c2d37ef02c7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 14 Oct 2012 22:14:15 -0700 Subject: Re-added Read instance for ReaderOptions. Requires dev version of citeproc-hs. --- src/Text/Pandoc/Options.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc') diff --git a/src/Text/Pandoc/Options.hs b/src/Text/Pandoc/Options.hs index 27661ecd4..ffaefedc2 100644 --- a/src/Text/Pandoc/Options.hs +++ b/src/Text/Pandoc/Options.hs @@ -147,7 +147,7 @@ data ReaderOptions = ReaderOptions{ , readerApplyMacros :: Bool -- ^ Apply macros to TeX math , readerIndentedCodeClasses :: [String] -- ^ Default classes for -- indented code blocks -} deriving (Show {- TODO need update in citeproc-hs , Read -}) +} deriving (Show, Read) instance Default ReaderOptions where def = ReaderOptions{ -- cgit v1.2.3