aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/Bug195.html
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to follow HTML changesMateusz Kowalczyk2015-08-021-65/+71
|
* support GHC 7.10: no Safe-Inferred, Foldable instancejpmoresmau2015-01-221-2/+2
|
* Bump version to 2.15.0Mateusz Kowalczyk2014-03-111-1/+1
|
* Change rendering of duplicate record field docsMateusz Kowalczyk2014-02-271-0/+179
See Haddock Trac #195. We now change this behaviour to only rendering the documentation attached to the first instance of a duplicate field. Perhaps we could improve this by rendering the first instance that has documentation attached to it but for now, we'll stick with this.