Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests for previous commit | Phil Ruffwind | 2016-02-08 | 1 | -14/+26 |
| | |||||
* | html-test: Accept test output | Ben Gamari | 2016-02-08 | 1 | -51/+64 |
| | |||||
* | Update tests to follow HTML changes | Mateusz Kowalczyk | 2015-08-02 | 1 | -10/+12 |
| | |||||
* | support GHC 7.10: no Safe-Inferred, Foldable instance | jpmoresmau | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | For pattern synonyms, render "pattern" as a keyword | Dr. ERDI Gergo | 2014-12-12 | 1 | -8/+24 |
| | |||||
* | Update Haddock to new pattern synonym type signature syntax | Dr. ERDI Gergo | 2014-12-12 | 1 | -18/+18 |
| | | | | | | Conflicts: haddock-api/src/Haddock/Backends/Xhtml/Decl.hs haddock-api/src/Haddock/Convert.hs | ||||
* | Strip links from recently added html tests | Niklas Haas | 2014-03-13 | 1 | -29/+29 |
| | | | | These were accidentally left there when the tests were originally added | ||||
* | Bump version to 2.15.0 | Mateusz Kowalczyk | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Add test case for PatternSynonyms | nand | 2014-02-11 | 1 | -0/+241 |
This just tests various stuff including poly-kinded patterns and operator patterns to make sure the rendering isn't broken. Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> |