aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/CSV.hs
AgeCommit message (Expand)AuthorFilesLines
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-7/+7
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-11-28Fix a tiny Typo in the CSV reader moduleTassos Manganaris1-1/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-1/+1
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc1-5/+11
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-1/+1
2020-04-15Implement the new Table typedespresc1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-2/+1
2020-02-07Resolve HLint warningsAlbert Krewinkel1-2/+1
2020-02-01Text.Pandoc.Readers.CSV - reuse CSV parser from Text.Pandoc.CSV.John MacFarlane1-65/+5
2020-01-31csv reader: allow empty cells.John MacFarlane1-7/+5
2020-01-31Add Text.Pandoc.Readers.CSV (readCSV).John MacFarlane1-0/+108