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