Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-27 | Powerpoint writer: use `trim` from Shared | Jesse Rosenthal | 1 | -2/+0 | |
Instead of writing my own. | |||||
2018-01-25 | Tests: Abstract powerpoint tests out to OOXML tests. | Jesse Rosenthal | 1 | -0/+186 | |
There is very little pptx-specific in these tests, so we abstract out the basic testing function so it can be used for docx as well. This should allow us to catch some errors in the docx writer that slipped by the roundtrip testing. |