aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/Bug679.html
Commit message (Collapse)AuthorAgeFilesLines
* html-test --acceptHerbert Valerio Riedel2018-10-181-1/+1
|
* Add an initial-scale property to all haddock pagesNuno Alexandre2018-10-181-0/+1
| | | | | This solves an issue reported about the content looking incredibly small on mobile devices.
* Update html-test reference filesNuno Alexandre2018-10-181-3/+4
| | | | | The package name element in the package-header is now a div instead of a paragraph, and it is now above the menu ul.links instead of below.
* Use `ClassOpSig` instead of `TypeSig` for class methods (#835)Alec Theriault2018-06-131-8/+0
| | | | | | | | * Fix minimal pragma handling Class declarations contain 'ClassOpSig' not 'Typesig'. This should fix #834. * Accept html-test output
* Show where instances are defined (#748)Alec Theriault2018-03-211-2/+10
| | | | | | | | | | | | | | * Indicate source module of instances Above instance, we now also display a link to the module where the instance was defined. This is sometimes helpful in figuring out what to import. * Source module for type/data families too * Remove parens * Accept tests
* Make testsuite work with haddock-1.19.0 release (#766)Alexander Biehl2018-03-021-9/+9
|
* Fix infinite loop when specializing instance heads (#723)Alec Theriault2018-02-011-0/+196
* Fix infinite loop when specializing instance heads The bug can only be triggered from TH, hence why it went un-noticed for so long. * Add test for #679 and #710