aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt/Arrows
AgeCommit message (Expand)AuthorFilesLines
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane1-2/+2
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel2-4/+0
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-2/+2
2019-03-01Remove license boilerplate.John MacFarlane2-36/+0
2018-11-22Hlint suggestions.John MacFarlane1-2/+0
2018-07-02Spellcheck commentsAlexander Krotov1-2/+2
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane2-2/+4
2018-03-17hlint fixes.John MacFarlane1-4/+4
2018-03-16Removed redundant import.John MacFarlane1-3/+1
2018-01-19hlint code improvements.John MacFarlane1-2/+2
2017-11-02hlintAlexander Krotov1-1/+1
2017-10-27hlint suggestions.John MacFarlane1-3/+3
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane2-13/+13
2017-05-31Odt reader: remove dead codeAlbert Krewinkel2-358/+4
2016-09-02Fix grouping of imports.Jesse Rosenthal2-2/+2
2016-09-02Remove Compat.MonoidJesse Rosenthal2-2/+2
2016-07-14Removed some redundant class constraints.John MacFarlane1-3/+3
2016-07-03Odt reader: Removed redundant Monoid constraints.John MacFarlane1-7/+7
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane2-1/+2
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-20/+19
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane2-2/+0
2015-07-23Added odt readerMarLinn2-0/+750