aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt/Generic
AgeCommit message (Expand)AuthorFilesLines
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