Re-added Read instance for ReaderOptions.

Requires dev version of citeproc-hs.
This commit is contained in:
John MacFarlane 2012-10-14 22:14:15 -07:00
parent 7179163826
commit a35b718e7d

View file

@ -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{