| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-22 | Org writer: keep code block attributes as header args. | Albert Krewinkel | |
| This allows to keep more information in the resulting `src` blocks, making it easier to roundtrip from or through Org. Org babel ignores unknown header arguments. | |||
| 2022-08-22 | Org writer: add code block identifier as `#+name` to src blocks. | Albert Krewinkel | |
| 2022-02-23 | Tests: improve location reporting of failing tests | Albert Krewinkel | |
| 2022-01-07 | Org writer: support starting number cookies | Lucas Viana | |
| This complements #7806 by supporting writing Org ordered lists that start at a specific number. | |||
| 2021-02-13 | Org: support task_lists extension | Albert Krewinkel | |
| The tasks lists extension is now supported by the org reader and writer; the extension is turned on by default. Closes: #6336 | |||
| 2021-02-07 | Avoid unnecessary use of NoImplicitPrelude pragma (#7089) | Albert Krewinkel | |
| 2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | |
| 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 | |
| 2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | |
| 2017-02-12 | Add Org writer unit tests | Alexander Krotov | |
