Re-added Read instance for ReaderOptions.
Requires dev version of citeproc-hs.
This commit is contained in:
parent
7179163826
commit
a35b718e7d
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue