aboutsummaryrefslogtreecommitdiff
path: root/src/HaskellCodeExplorer/PackageInfo.hs
Commit message (Collapse)AuthorAgeFilesLines
* minor fixesYuchen Pei2022-06-131-4/+2
|
* removed all CPP macros, and formatted code with brittanyYuchen Pei2022-06-081-492/+508
|
* clean up comments etc.Yuchen Pei2022-06-081-98/+1
|
* fixing path resolutionYuchen Pei2022-06-081-2/+4
|
* Fixing problem with indexing a project with multiple packagesYuchen Pei2022-06-071-8/+40
| | | | | | | - it will only index the first package with the same source dir as the -p option, or if no such package exists, index the first package - it will concat map all the modules of all the units of the package to index
* fixing distdirYuchen Pei2022-06-071-57/+66
|
* fixing selectorDocsYuchen Pei2022-06-061-22/+23
|
* packageinfo doneYuchen Pei2022-06-061-74/+76
|
* Add check for .cabal filealexwl2019-09-021-8/+30
|
* Delete trailing whitespace (#42)Avi Dessauer2019-08-211-15/+15
|
* Fail immediately when a GHC mismatch is detected. Closes #40.alexwl2019-08-031-10/+8
|
* Code cleanup: fix warningsalexwl2019-05-171-14/+13
|
* 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-231-1/+1
|
* 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
|
* Remove -Werror flagalexwl2018-11-121-3/+6
| | | | -Werror flag makes warnings fatal. This flag should never be set.
* Initial commitalexwl2018-10-021-0/+595