aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx/Util.hs
AgeCommit message (Expand)AuthorFilesLines
2021-05-28Docx reader: Support new table features.Emily Bourke1-0/+7
2021-02-17Docx reader: use Map instead of list for Namespaces.John MacFarlane1-13/+13
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane1-16/+11
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-2/+2
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-0/+9
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-0/+13
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2017-10-27hlint suggestions.John MacFarlane1-1/+0
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-2/+2
2017-02-03Docx reader: handle local namespace declarations.John MacFarlane1-2/+22
2016-11-02Docx reader utils: handle empty namespace in elemNameJesse Rosenthal1-1/+2
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-03-01Started moving StyleMap out of writer codeNikolay Yakimov1-0/+26