aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Index quoted identifiers (Template Haskell)alexwl2018-10-201-0/+33
| | | | This makes identifiers in TH expression like 'value or ''Type clickable in Haskell code explorer
* Fix https://github.com/alexwl/haskell-code-explorer/issues/8alexwl2018-10-141-2/+8
|
* Index type constructor in RoleAnnotDeclalexwl2018-10-141-1/+16
|
* Fix all GHC 8.4.3 compatibility issues. Needs a bit more testing.alexwl2018-10-125-41/+245
|
* WIP. It compiles with ghc-8.4.3, but not all features of the indexer are ↵alexwl2018-10-094-82/+246
| | | | supported yet.
* Initial commitalexwl2018-10-027-0/+5296