Age | Commit message (Expand) | Author | Files | Lines |
2021-03-18 | T.P.Readers.Odt.StyleReader: rewrite foldr1 use as foldr. | John MacFarlane | 1 | -5/+6 |
2021-03-15 | Use foldl' instead of foldl everywhere. | John MacFarlane | 1 | -2/+2 |
2021-02-16 | Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light... | John MacFarlane | 1 | -10/+13 |
2020-03-15 | Use implicit Prelude (#6187) | Albert Krewinkel | 1 | -2/+0 |
2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane | 1 | -1/+1 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 1 | -5/+5 |
2019-06-20 | Improve the parsing of frames in ODT documents | blmage | 1 | -5/+5 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -19/+0 |
2018-12-17 | Replace read with safeRead. Closes #5162. | John MacFarlane | 1 | -6/+3 |
2018-08-14 | ODT reader: deal gracefully with missing `<office:font-face-decls/>`. | John MacFarlane | 1 | -1/+1 |
2018-07-02 | Spellcheck comments | Alexander Krotov | 1 | -1/+1 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-03-16 | Monoid/Semiground cleanup relying on custom Prelude. | John MacFarlane | 1 | -10/+0 |
2018-03-16 | Semigroup instance for Styles in T.P.Readers.Odt.StyleReader. | John MacFarlane | 1 | -2/+12 |
2018-01-19 | hlint code improvements. | John MacFarlane | 1 | -23/+20 |
2017-11-06 | Spellcheck comments | Alexander Krotov | 1 | -4/+4 |
2017-10-29 | More hlint fixes. | John MacFarlane | 1 | -1/+1 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -26/+25 |
2017-05-31 | Odt reader: remove dead code | Albert Krewinkel | 1 | -83/+0 |
2016-10-14 | Added tests and a corner case for starting number | Hubert Plociniczak | 1 | -0/+1 |
2016-10-12 | [ODT Parser] Include list's starting value | Hubert Plociniczak | 1 | -12/+19 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-10-22 | Changed § to % in operators from Odt.Arrows.Utils. | John MacFarlane | 1 | -2/+2 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -1/+0 |
2015-08-17 | [BUG] Haddock : * and ^ to be escaped in docs | Grégory Bataille | 1 | -6/+6 |
2015-07-23 | Added odt reader | MarLinn | 1 | -0/+737 |