Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-28 | Parse empty argument array in inline src blocks. | leungbk | 1 | -0/+7 | |
`enclosedByPair` alone does not the handle the empty array properly since it uses `many1Till`. | |||||
2018-07-02 | More spellcheck | Alexander Krotov | 1 | -1/+1 | |
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. | |||||
2018-02-26 | Org reader tests: move citation tests to separate module | Albert Krewinkel | 1 | -167/+2 | |
2018-01-19 | hlint code improvements. | John MacFarlane | 1 | -29/+30 | |
2017-12-28 | Break-up org reader test file | Albert Krewinkel | 1 | -0/+516 | |
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. |