aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt/Arrows/Utils.hs
AgeCommit message (Expand)AuthorFilesLines
2018-07-02Spellcheck commentsAlexander Krotov1-2/+2
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-17hlint fixes.John MacFarlane1-4/+4
2018-01-19hlint code improvements.John MacFarlane1-2/+2
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-4/+4
2017-05-31Odt reader: remove dead codeAlbert Krewinkel1-268/+4
2016-09-02Fix grouping of imports.Jesse Rosenthal1-1/+1
2016-09-02Remove Compat.MonoidJesse Rosenthal1-1/+1
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 MacFarlane1-1/+1
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 MacFarlane1-1/+0
2015-07-23Added odt readerMarLinn1-0/+497