aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/CSV.hs
AgeCommit message (Expand)AuthorFilesLines
2021-02-22T.P.CSV: fix parsing of unquoted values.John MacFarlane1-2/+1
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-1/+1
2020-02-07More in-depth refactoring and cleanup (#6123)Joseph C. Sible1-7/+5
2020-02-01Fix bug in Text.Pandoc.CSV.John MacFarlane1-4/+4
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-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-10-27hlint suggestions.John MacFarlane1-1/+0
2017-10-27hlint suggestions.John MacFarlane1-1/+1
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-3/+3
2017-08-11Removed redundant import.John MacFarlane1-1/+0
2017-08-10RST reader: implement csv-table directive.John MacFarlane1-3/+5
2017-08-10RST reader: Basic support for csv-table directive.John MacFarlane1-0/+102