Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing import | Ben Gamari | 2015-12-26 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'phadej/orphans' into ghc-head | Ben Gamari | 2015-12-20 | 1 | -1/+12 |
|\ | |||||
| * | Have source links for orphan instances | Oleg Grenrus | 2015-09-28 | 1 | -12/+8 |
| | | |||||
| * | Generate docs for orphan instances | Oleg Grenrus | 2015-09-27 | 1 | -8/+23 |
| | | |||||
* | | Warnings | Matthew Pickering | 2015-12-14 | 1 | -2/+0 |
| | | |||||
* | | Update for type=kinds | Richard Eisenberg | 2015-12-14 | 1 | -7/+17 |
| | | |||||
* | | Eliminate instanceHead' in favour of GHC's instanceSig | Simon Peyton Jones | 2015-12-14 | 1 | -15/+1 |
|/ | | | | | This is made possible by the elimination of "silent superclass parameters" in GHC | ||||
* | Refactor instance head type to record instead of a meaningless tuple. | Ćukasz Hanuszczak | 2015-08-21 | 1 | -1/+1 |
| | |||||
* | Attach to instance location the name that has the same location file | jpmoresmau | 2015-06-12 | 1 | -5/+18 |
| | | | | Fixes #383 | ||||
* | Links to source location of class instance definitions | jpmoresmau | 2015-01-22 | 1 | -5/+6 |
| | |||||
* | Fix warnings | Mateusz Kowalczyk | 2014-11-04 | 1 | -2/+1 |
| | |||||
* | Turn some uses of error into recoverable warnings | Mateusz Kowalczyk | 2014-11-04 | 1 | -25/+34 |
| | | | | | | | This should at the very least not abort when something weird happens. It does feel like we should have a type that carries these errors until the end however as the user might not see them unless they are printed at the end. | ||||
* | Move sources under haddock-api/src | Mateusz Kowalczyk | 2014-08-23 | 1 | -0/+221 |