aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx/Lists.hs
AgeCommit message (Expand)Author
2024-06-04Docx reader: support task lists.John MacFarlane
2024-06-04T.P.Readers.Docx.Lists: replace a generic traversal...John MacFarlane
2021-12-30Fix ghc 9.2.1 warnings.John MacFarlane
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-09-21[Docx Reader] Use style names, not ids, for assigning semantic meaningNikolay Yakimov
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-12-17Replace read with safeRead. Closes #5162.John MacFarlane
2018-08-10Avoid a non-exhaustive pattern match.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-19hlint code improvements.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-10-29Source code reformatting.John MacFarlane
2017-10-27hlint suggestions.John MacFarlane
2017-10-27hlint changes.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2016-08-28Docx reader: update copyright.Jesse Rosenthal
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2014-09-04Docx reader: Single-item headers in ordered lists are headers.Jesse Rosenthal
2014-07-12Removed space at ends of lines in source.John MacFarlane
2014-06-23Move some of the clean-up logic into List module.Jesse Rosenthal
2014-06-16Naming: Use Docx instead of DocX.John MacFarlane