aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx/Combine.hs
AgeCommit message (Expand)Author
2025-12-12Fix some more imports involving foldl'.John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-05-25Allow compilation with base 4.15Albert Krewinkel
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel
2020-07-07[Docx Reader] Use null instead of isEmpty in Readers.Docx.CombineNikolay Yakimov
2020-07-07[Docx Reader] Remove unused LANGUAGE from Readers.Docx.CombineNikolay Yakimov
2020-07-07[Docx Reader] Remove no-op stack/unstackInlines in Readers.Docx.CombineNikolay Yakimov
2020-07-07[Docx Reader] Get rid of unused NullModifier in Readers.Docx.CombineNikolay Yakimov
2020-07-07[Docx Reader] Refactor/update smushInlinesNikolay Yakimov
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Resolve HLint warningsAlbert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-02-21Docx reader: Start adding comment to combine moduleJesse Rosenthal
2019-02-18Docx reader: Trim space inside the last inline.Jesse Rosenthal
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-04-17Docx reader: Combine codeBlocksJesse Rosenthal
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2017-10-27hlint changes.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2016-02-26Docx Reader: Get rid of Modifiable typeclass.Jesse Rosenthal