summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt/Arrows
AgeCommit message (Expand)Author
2022-10-24Rename T.P.Readers.Odt -> T.P.Readers.ODT.John MacFarlane
2022-09-27Remove some dead code (unused definitions) from Odt reader.John MacFarlane
2022-06-19Future compat against liftA2 export from Prelude (#8132)Georgi Lyubenov
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2018-11-22Hlint suggestions.John MacFarlane
2018-07-02Spellcheck commentsAlexander Krotov
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-17hlint fixes.John MacFarlane
2018-03-16Removed redundant import.John MacFarlane
2018-01-19hlint code improvements.John MacFarlane
2017-11-02hlintAlexander Krotov
2017-10-27hlint suggestions.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-05-31Odt reader: remove dead codeAlbert Krewinkel
2016-09-02Fix grouping of imports.Jesse Rosenthal
2016-09-02Remove Compat.MonoidJesse Rosenthal
2016-07-14Removed some redundant class constraints.John MacFarlane
2016-07-03Odt reader: Removed redundant Monoid constraints.John MacFarlane
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-22Changed ยง to % in operators from Odt.Arrows.Utils.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-07-23Added odt readerMarLinn