Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-07 | Avoid unnecessary use of NoImplicitPrelude pragma (#7089) | Albert Krewinkel | 1 | -2/+0 | |
2019-09-22 | Make `plain` output plainer. | John MacFarlane | 1 | -1/+3 | |
Previously we used the following Project Gutenberg conventions for plain output: - extra space before and after level 1 and 2 headings - all-caps for strong emphasis `LIKE THIS` - underscores surrounding regular emphasis `_like this_` This commit makes `plain` output plainer. Strong and Emph inlines are rendered without special formatting. Headings are also rendered without special formatting, and with only one blank line following. To restore the former behavior, use `-t plain+gutenberg`. API change: Add `Ext_gutenberg` constructor to `Extension`. See #5741. | |||||
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. | |||||
2017-03-14 | Use tasty for tests rather than test-framework. | John MacFarlane | 1 | -3/+3 | |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -3/+3 | |
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 1 | -0/+21 | |