aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Odt/StyleReader.hs
AgeCommit message (Expand)AuthorFilesLines
2021-03-18T.P.Readers.Odt.StyleReader: rewrite foldr1 use as foldr.John MacFarlane1-5/+6
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane1-2/+2
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane1-10/+13
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-5/+5
2019-06-20Improve the parsing of frames in ODT documentsblmage1-5/+5
2019-03-01Remove license boilerplate.John MacFarlane1-19/+0
2018-12-17Replace read with safeRead. Closes #5162.John MacFarlane1-6/+3
2018-08-14ODT reader: deal gracefully with missing `<office:font-face-decls/>`.John MacFarlane1-1/+1
2018-07-02Spellcheck commentsAlexander Krotov1-1/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane1-10/+0
2018-03-16Semigroup instance for Styles in T.P.Readers.Odt.StyleReader.John MacFarlane1-2/+12
2018-01-19hlint code improvements.John MacFarlane1-23/+20
2017-11-06Spellcheck commentsAlexander Krotov1-4/+4
2017-10-29More hlint fixes.John MacFarlane1-1/+1
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-26/+25
2017-05-31Odt reader: remove dead codeAlbert Krewinkel1-83/+0
2016-10-14Added tests and a corner case for starting numberHubert Plociniczak1-0/+1
2016-10-12[ODT Parser] Include list's starting valueHubert Plociniczak1-12/+19
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-2/+2
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-08-17[BUG] Haddock : * and ^ to be escaped in docsGrégory Bataille1-6/+6
2015-07-23Added odt readerMarLinn1-0/+737