aboutsummaryrefslogtreecommitdiff
path: root/src/HaskellCodeExplorer/AST/RenamedSource.hs
Commit message (Collapse)AuthorAgeFilesLines
* Delete trailing whitespace (#42)Avi Dessauer2019-08-211-42/+42
|
* Code cleanup: fix warningsalexwl2019-05-171-0/+10
|
* Add support for GHC 8.6.3alexwl2018-12-231-13/+135
|
* Index injectivity annotationsalexwl2018-12-101-1/+19
|
* 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
* Index type constructor in RoleAnnotDeclalexwl2018-10-141-1/+16
|
* Fix all GHC 8.4.3 compatibility issues. Needs a bit more testing.alexwl2018-10-121-10/+62
|
* WIP. It compiles with ghc-8.4.3, but not all features of the indexer are ↵alexwl2018-10-091-27/+78
| | | | supported yet.
* Initial commitalexwl2018-10-021-0/+498