aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Delete trailing whitespace (#42)Avi Dessauer2019-08-217-284/+284
* Fail immediately when a GHC mismatch is detected. Closes #40.alexwl2019-08-031-10/+8
* Code cleanup: fix warningsalexwl2019-05-175-32/+59
* Add support for GHC 8.6.5alexwl2019-05-081-1/+6
* Fix GHC version checkalexwl2019-04-281-51/+16
* Add GHC version checkalexwl2019-03-271-2/+72
* Add GHC command line options to the debug outputalexwl2019-01-171-2/+4
* Add support for GHC 8.6.3alexwl2018-12-235-115/+803
* Replace Vector.fromList with Vector.fromListNalexwl2018-12-131-1/+1
* Index injectivity annotationsalexwl2018-12-101-1/+19
* Improve error messages about dist directoryalexwl2018-11-231-19/+42
* Check for the presence of stack.yaml in the parent directories. Fixes #13.alexwl2018-11-131-5/+9
* Fix build with haddock-library >= 1.6.0Julian Ospald2018-11-131-1/+7
* Remove -Werror flagalexwl2018-11-121-3/+6
* Fix pattern synonym declarationsalexwl2018-11-112-8/+16
* Index quoted identifiers (Template Haskell)alexwl2018-10-201-0/+33
* 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 supp...alexwl2018-10-094-82/+246
* Initial commitalexwl2018-10-027-0/+5296