Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-18 | Rewrote haddock reader to use haddock-library. | John MacFarlane | 1 | -10/+10 | |
This brings pandoc's rendering of haddock markup in line with the new haddock. Note that we preserve line breaks in `@` code blocks, unlike the earlier version. Modified tests pass. More tests would be good. | |||||
2013-04-08 | Fixed haddock test output. | John MacFarlane | 1 | -1/+1 | |
- omit extra spaces in list items - correct line breaks in ghci output | |||||
2013-04-04 | Haddock reader: add tests. | David Lazar | 1 | -0/+65 | |
2013-03-28 | Modified haddock reader test stubs so they pass, for now. | John MacFarlane | 1 | -1/+0 | |
2013-03-28 | Added stubs for haddock reader tests. | John MacFarlane | 1 | -0/+1 | |
Modify tests/haddock-reader.haddock and tests/haddock-reader.native. |