Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `ClassOpSig` instead of `TypeSig` for class methods (#835) | Alec Theriault | 2018-06-13 | 1 | -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 Theriault | 2018-03-21 | 1 | -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 Biehl | 2018-03-02 | 1 | -9/+9 |
| | |||||
* | Fix infinite loop when specializing instance heads (#723) | Alec Theriault | 2018-02-01 | 1 | -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 |