aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt.hs
AgeCommit message (Expand)AuthorFilesLines
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane1-3/+2
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane1-10/+14
2021-02-08ODT reader: finer-grained errors on parse failure.John MacFarlane1-21/+18
2021-02-08ODT reader: give more information if zip can't be unpacked.John MacFarlane1-1/+4
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-2/+2
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-1/+2
2019-06-20Improve the parsing of frames in ODT documentsblmage1-3/+2
2019-03-01Remove license boilerplate.John MacFarlane1-19/+0
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-18/+18
2017-01-25Readers: pass errors straight up to PandocMonad.Jesse Rosenthal1-1/+1
2017-01-25Unify Errors.Jesse Rosenthal1-3/+3
2017-01-25Working on readers.Jesse Rosenthal1-4/+18
2016-10-12Basic support for images in ODT documentsHubert Plociniczak1-16/+28
2016-05-01Binary fmts throw PandocError on zip-archive failJesse Rosenthal1-1/+3
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-07-23Added odt readerMarLinn1-0/+86