Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-11 | Removed inadvertently added .orig files from repository. | John MacFarlane | 5 | -827/+0 | |
These were added by https://github.com/schrieveslaach/pandoc/commit/96d10c72cc95e56c9e49db3e6db7118e89d1f1e0 Closes #4648. | |||||
2018-04-14 | Man writer: Don't escape U+2019 as '. | John MacFarlane | 5 | -0/+827 | |
Closes #4550. | |||||
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 5 | -0/+10 | |
This seems to be necessary if we are to use our custom Prelude with ghci. Closes #4464. | |||||
2018-01-19 | hlint code improvements. | John MacFarlane | 2 | -10/+10 | |
2017-12-28 | Break-up org reader test file | Albert Krewinkel | 5 | -0/+827 | |
The org reader test file had grown large, to the point that editor performance was negatively affected in some cases. The tests are spread over multiple submodules, and re-combined into a tasty TestTree in the main org reader test file. |