index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
/
CSV.hs
Age
Commit message (
Expand
)
Author
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-10-17
T.P.Error: Remove PandocParsecError constructor from PandocError. (#8385)
John MacFarlane
2022-04-24
Add tsv (tab separated values) as an input format.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-11-28
Fix a tiny Typo in the CSV reader module
Tassos Manganaris
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
2020-04-15
Implement the new Table type
despresc
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
2020-02-07
Resolve HLint warnings
Albert Krewinkel
2020-02-01
Text.Pandoc.Readers.CSV - reuse CSV parser from Text.Pandoc.CSV.
John MacFarlane
2020-01-31
csv reader: allow empty cells.
John MacFarlane
2020-01-31
Add Text.Pandoc.Readers.CSV (readCSV).
John MacFarlane