Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid line breaks due to line length in Hoogle (#868) | Alec Theriault | 2018-07-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | * Avoid line breaks due to line length in Hoogle Hoogle operates in a line-oriented fashion, so we should avoid ever breaking due to long lines. One way of doing this non-intrusively is to modify the 'DynFlags' that are threaded through the 'Hoogle' module (note this is anyways only passed through for use in the various 'showSDoc' functions). * Amend test case | ||||
* | Export more fixities for Hoogle (#871) | Alec Theriault | 2018-07-05 | 1 | -0/+13 |
| | | | | This exports fixities for more things, including class methods and type-level operators. | ||||
* | Remove Hoogle backend hack that butchers infix datatype names | Ryan Scott | 2018-05-10 | 1 | -0/+6 |
| | |||||
* | Improve the Hoogle backend's treatment of type families (#808) | Ryan Scott | 2018-04-24 | 1 | -0/+23 |
| | | | Fixes parts 1 and 2 of #806. | ||||
* | Add regression test for #413 | Ryan Scott | 2018-04-24 | 2 | -0/+6 |
| | | | | Fixes #413. | ||||
* | hoogle-test/AssocTypes: Allow AmbiguousTypes | Ben Gamari | 2015-12-24 | 1 | -0/+1 |
| | | | | GHC 8.0 complains otherwise | ||||
* | Create simple test cases for Hoogle backend. | Ćukasz Hanuszczak | 2015-08-22 | 5 | -0/+72 |