aboutsummaryrefslogtreecommitdiff
path: root/src/HaskellCodeExplorer/GhcUtils.hs
Commit message (Collapse)AuthorAgeFilesLines
* fixing selectorDocsYuchen Pei2022-06-061-22/+21
|
* moduleinfo doneYuchen Pei2022-06-061-2/+2
|
* keep on hacking renamedYuchen Pei2022-06-021-5/+8
|
* getting rid of all ghcutils.hs warnings except twoYuchen Pei2022-06-021-90/+41
| | | | | 1. ambiguous names in HCE types 2. orphan ord instances
* fixed ghcutils except warningsYuchen Pei2022-06-021-45/+34
|
* even more ghcutils fixesYuchen Pei2022-06-021-128/+74
|
* more fixes to ghcutilsYuchen Pei2022-06-021-28/+24
|
* fixing more ghcutilsYuchen Pei2022-06-011-106/+63
|
* fixing patsynYuchen Pei2022-05-311-15/+27
|
* porting to ghc9.2.2: fixing ghcutilsYuchen Pei2022-05-261-95/+140
|
* Make it compile with GHC-8.8.1 (Stackage nightly-2019-09-28)alexwl2019-09-291-1/+15
|
* Delete trailing whitespace (#42)Avi Dessauer2019-08-211-71/+71
|
* Code cleanup: fix warningsalexwl2019-05-171-11/+16
|
* Add support for GHC 8.6.3alexwl2018-12-231-27/+203
|
* Fix build with haddock-library >= 1.6.0Julian Ospald2018-11-131-1/+7
|
* Fix pattern synonym declarationsalexwl2018-11-111-2/+2
|
* Fix all GHC 8.4.3 compatibility issues. Needs a bit more testing.alexwl2018-10-121-23/+87
|
* WIP. It compiles with ghc-8.4.3, but not all features of the indexer are ↵alexwl2018-10-091-13/+43
| | | | supported yet.
* Initial commitalexwl2018-10-021-0/+1122