aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* renamed source doneYuchen Pei2022-06-031-142/+56
|
* keep on hacking renamedYuchen Pei2022-06-022-148/+43
|
* renamed sourceYuchen Pei2022-06-021-58/+26
|
* 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-262-95/+141
|
* porting to ghc9.2.2: fixing types.hsYuchen Pei2022-05-161-5/+9
|
* Add stack-8.8.3.yaml (LTS 15.4)alexwl2020-03-222-6/+3
|
* Update jstree to 3.3.9alexwl2020-02-167-148/+151
|
* Update stack-8.8.1.yamlalexwl2019-11-291-32/+2
|
* Make it compile with GHC-8.8.1 (Stackage nightly-2019-09-28)alexwl2019-09-294-33/+120
|
* Add check for .cabal filealexwl2019-09-021-8/+30
|
* Add stack.yaml.lock to .gitignorealexwl2019-08-211-0/+2
|
* Fix 'unterminated #else'alexwl2019-08-211-0/+1
|
* Delete trailing whitespace (#42)Avi Dessauer2019-08-2167-639/+638
|
* Bump 8.6.5 plans to lts-14 (#41)Avi Dessauer2019-08-213-2/+10
|
* Fail immediately when a GHC mismatch is detected. Closes #40.alexwl2019-08-031-10/+8
|
* Migrate stack v2 (#39)Shinya Yamaguchi2019-07-177-16/+7
|
* Refactor 'addHeaders' functionalexwl2019-06-091-25/+32
|
* Update READMEalexwl2019-06-011-4/+12
|
* Update description of server optionsalexwl2019-05-261-4/+4
|
* Code cleanup: fix warningsalexwl2019-05-1710-88/+94
|
* Fix circleci configalexwl2019-05-081-1/+1
|
* Update circleci cache keyalexwl2019-05-081-1/+1
|
* Add support for GHC 8.6.5alexwl2019-05-0810-8/+37
|
* Fix GHC version checkalexwl2019-04-281-51/+16
|
* Update READMEalexwl2019-04-261-5/+2
|
* Add an option to sort files by name/typealexwl2019-04-248-1449/+1464
|
* Remove unnecessary semicolonalexwl2019-04-241-1/+1
|
* Add CircleCI configalexwl2019-04-111-0/+78
|
* Fix identifier search URL after the package has changedalexwl2019-04-046-1425/+1449
|
* Update the bug report URLalexwl2019-03-291-1/+1
|
* Add GHC version checkalexwl2019-03-272-24/+73
|
* Update parsePackagesPath so that --package and --packages options can be ↵alexwl2019-03-261-3/+9
| | | | specified independently
* Allow specifying both --packages and --package. (#31)Ian Jeffries2019-03-261-16/+25
| | | This can be useful if you've stored the dependencies of your application in one directory, but have your application in another directory.
* Add dependencies to install.hsalexwl2019-03-241-0/+1
|
* Remove dependency on Shakealexwl2019-03-241-1/+9
|
* Fix typoalexwl2019-03-241-1/+1
|
* Add stack-8.6.4.yamlalexwl2019-03-242-1/+9
|
* Add script to install multiple versions at once. (#29)Ian Jeffries2019-03-241-0/+162
| | | | | | | | | | | | | | | | Eg (given that my local bin path for the project is set to ./.bin in my stack.yaml): $ ./install.hs <lots out output> $ ls .bin haskell-code-indexer-8.0.2* haskell-code-indexer-8.4.4* haskell-code-indexer-8.2.2* haskell-code-indexer-8.6.3* haskell-code-indexer-8.4.3* haskell-code-server* Note that it works by installing and then moving the `haskell-code-indexer` executable in your project's bin to `haskell-code-indexer-X-Y-Z`. So if you already have a plain `haskell-code-indexer` executable before the run it will be deleted. It uses plain IO instead of Shake because Shake runs actions in unpredictable order. One of the goals of the script is that it will install haskell-code-server and the latest haskell-code-indexer as soon as possible, so that it's useful even if you have to cancel the run for some reason. Shake was running the haskell-code-indexer command at the correct time, but then waiting to copy it to its -X-Y-Z final home until near the end of the run. (Also this is really just a simple install script, we don't need another layer of caching from Shake for it.)
* Update READMEalexwl2019-03-231-0/+2
|
* Default --package to '.' (#27)Ian Jeffries2019-03-232-2/+5
|
* Hide the left panel by default on small screens; reduce initial-scalealexwl2019-03-234-14/+18
|
* Add support for GHC 8.6.4alexwl2019-03-148-6/+31
|
* Fix search results: add a package name and a module name of an identifier ↵alexwl2019-03-086-1441/+1419
| | | | that doesn't have exact location info
* Fix 'go to definition' on the Packages pagealexwl2019-03-081-1/+2
|