aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/Bug679.html
Commit message (Collapse)AuthorAgeFilesLines
* 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