Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-07 | Avoid unnecessary use of NoImplicitPrelude pragma (#7089) | Albert Krewinkel | 3 | -6/+0 | |
2021-01-08 | Update copyright notices for 2021 (#7012) | Albert Krewinkel | 3 | -3/+3 | |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 3 | -3/+3 | |
* Update copyright year * Copyright: add notes for Lua and Jira modules | |||||
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 3 | -0/+33 | |
Quite a few modules were missing copyright notices. This commit adds copyright notices everywhere via haddock module headers. The old license boilerplate comment is redundant with this and has been removed. Update copyright years to 2019. Closes #4592. | |||||
2018-05-11 | Removed inadvertently added .orig files from repository. | John MacFarlane | 3 | -311/+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 | 3 | -0/+311 | |
Closes #4550. | |||||
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 3 | -0/+6 | |
This seems to be necessary if we are to use our custom Prelude with ghci. Closes #4464. | |||||
2018-02-26 | Org reader tests: move citation tests to separate module | Albert Krewinkel | 1 | -0/+179 | |
2018-01-19 | hlint code improvements. | John MacFarlane | 2 | -3/+2 | |
2017-12-28 | Org smart test: drop superfluous import | Albert Krewinkel | 1 | -1/+1 | |
Keeps GHC 7.8 and GHC 7.10 happy. | |||||
2017-12-28 | Break-up org reader test file | Albert Krewinkel | 2 | -0/+133 | |
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. |