Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 | |
This seems to be necessary if we are to use our custom Prelude with ghci. Closes #4464. | |||||
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 | |
2017-10-27 | hlint suggestions. | John MacFarlane | 1 | -1/+0 | |
2017-10-27 | hlint suggestions. | John MacFarlane | 1 | -1/+1 | |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -3/+3 | |
2017-08-11 | Removed redundant import. | John MacFarlane | 1 | -1/+0 | |
2017-08-10 | RST reader: implement csv-table directive. | John MacFarlane | 1 | -3/+5 | |
Most attributes are supported, including `:file:` and `:url:`. A (probably insufficient) test case has been added. Closes #3533. | |||||
2017-08-10 | RST reader: Basic support for csv-table directive. | John MacFarlane | 1 | -0/+102 | |
* Added Text.Pandoc.CSV, simple CSV parser. * Options still not supported, and we need tests. See #3533. |