aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt/Generic
AgeCommit message (Expand)AuthorFilesLines
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane1-2/+2
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane3-37/+22
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-1/+0
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel1-1/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-1/+2
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel5-10/+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. Sible2-9/+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 MacFarlane5-96/+0
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane1-3/+1
2018-07-02Spellcheck commentsAlexander Krotov3-4/+4
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane5-0/+10
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane1-4/+2
2017-10-27hlint suggestions.John MacFarlane2-4/+4
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane2-8/+8
2017-06-20Odt reader: replaced collectRights with rights from Data.Either.John MacFarlane2-6/+2
2017-05-31Odt reader: remove dead codeAlbert Krewinkel3-456/+0
2016-09-02Fix grouping of imports.Jesse Rosenthal1-1/+2
2016-09-02Remove Compat.MonoidJesse Rosenthal1-1/+1
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane1-1/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane5-5/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane5-0/+5
2015-10-22Changed ยง to % in operators from Odt.Arrows.Utils.John MacFarlane1-14/+14
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane2-2/+0
2015-07-23Added odt readerMarLinn5-0/+1605