aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx/Combine.hs
AgeCommit message (Expand)AuthorFilesLines
2021-05-25Allow compilation with base 4.15Albert Krewinkel1-3/+3
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane1-2/+2
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-1/+1
2020-07-07[Docx Reader] Use null instead of isEmpty in Readers.Docx.CombineNikolay Yakimov1-9/+5
2020-07-07[Docx Reader] Remove unused LANGUAGE from Readers.Docx.CombineNikolay Yakimov1-2/+0
2020-07-07[Docx Reader] Remove no-op stack/unstackInlines in Readers.Docx.CombineNikolay Yakimov1-6/+4
2020-07-07[Docx Reader] Get rid of unused NullModifier in Readers.Docx.CombineNikolay Yakimov1-18/+15
2020-07-07[Docx Reader] Refactor/update smushInlinesNikolay Yakimov1-44/+32
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-2/+2
2020-02-07Resolve HLint warningsAlbert Krewinkel1-1/+0
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-1/+2
2019-02-21Docx reader: Start adding comment to combine moduleJesse Rosenthal1-0/+40
2019-02-18Docx reader: Trim space inside the last inline.Jesse Rosenthal1-1/+2
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-1/+12
2018-04-17Docx reader: Combine codeBlocksJesse Rosenthal1-0/+4
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2017-10-27hlint changes.John MacFarlane1-12/+12
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-15/+16
2016-02-26Docx Reader: Get rid of Modifiable typeclass.Jesse Rosenthal1-0/+154