Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-13 | Org: support task_lists extension | Albert Krewinkel | 1 | -11/+46 | |
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 | 1 | -2/+0 | |
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-12 | Add Org writer unit tests | Alexander Krotov | 1 | -0/+25 | |