aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt/Generic/XMLConverter.hs
AgeCommit message (Expand)AuthorFilesLines
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-1/+2
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-4/+4
2020-02-07Resolve HLint warningsAlbert Krewinkel1-2/+0
2020-02-05Simplify an overcomplicated filtering function (#6115)Joseph C. Sible1-1/+1
2020-02-04Remove our bool function (#6116)Joseph C. Sible1-0/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-0/+33
2019-06-20Improve the parsing of frames in ODT documentsblmage1-19/+46
2019-03-01Remove license boilerplate.John MacFarlane1-19/+0
2018-07-02Spellcheck commentsAlexander Krotov1-1/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2017-06-20Odt reader: replaced collectRights with rights from Data.Either.John MacFarlane1-1/+2
2017-05-31Odt reader: remove dead codeAlbert Krewinkel1-320/+0
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-22Changed ยง to % in operators from Odt.Arrows.Utils.John MacFarlane1-14/+14
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-07-23Added odt readerMarLinn1-0/+1064