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