aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx/Fields.hs
AgeCommit message (Expand)AuthorFilesLines
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-15/+18
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-20Docx reader: Use already imported operatorJesse Rosenthal1-1/+1
2018-01-20Docx reader: small change to Fields hyperlink parserJesse Rosenthal1-1/+1
2018-01-19hlint code improvements.John MacFarlane1-4/+4
2018-01-16Docx reader: Parse instrText info in fldChar tags.Jesse Rosenthal1-0/+89