aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix all GHC 8.4.3 compatibility issues. Needs a bit more testing.alexwl2018-10-129-50/+265
|
* WIP. It compiles with ghc-8.4.3, but not all features of the indexer are ↵alexwl2018-10-099-101/+269
| | | | supported yet.
* Update cabal-helper to version 0.8.1.2 that supports Cabal (>=1.14 && <1.26 ↵alexwl2018-10-0857-1/+4847
| | | | | | || >=2.0 && <2.5) Building cabal-helper-0.8.1.2 with Stack failed with 'Dependency cycle detected' error. It seems to be https://github.com/commercialhaskell/stack/issues/4265 Stack bug. As a temporary solution I added source code of cabal-helper package to vendor directory and commented out 'build-tool-depends: cabal-helper:cabal-helper-wrapper' line in the cabal-helper.cabal file.
* Generate links to hyperlinked source code on Hackage instead of links to ↵alexwl2018-10-063-19/+10
| | | | documentation
* Fixed example in READMEalexwl2018-10-051-3/+3
|
* Updated READMEalexwl2018-10-051-0/+3
|
* Update javascript/releasealexwl2018-10-055-26/+29
|
* Clicking on an external identifier at definition site opens 'find references'alexwl2018-10-051-8/+15
|
* Initial commitalexwl2018-10-02158-0/+34008