aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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 spec...alexwl2019-03-261-3/+9
* Allow specifying both --packages and --package. (#31)Ian Jeffries2019-03-261-16/+25
* 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
* 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 tha...alexwl2019-03-086-1441/+1419
* Fix 'go to definition' on the Packages pagealexwl2019-03-081-1/+2
* Remove unused callbackalexwl2019-03-081-4/+2
* Update READMEalexwl2019-02-261-0/+9
* Adds an option to use public Hoogle JSON API (https://github.com/ndmitchell/h...alexwl2019-02-2010-1373/+1523
* Remove unused variables and functionsalexwl2019-02-202-9/+4
* Optimize the process of adding links to Haskell language extension docsalexwl2019-02-143-15/+18
* Add a switch between 'search in the current package' and 'search in all packa...alexwl2019-02-138-86/+123
* Fix search for '.' and '..' identifiersalexwl2019-02-085-20/+47
* Add identifier search in all indexed packagesalexwl2019-02-0616-146/+425
* Add links to Haskell language extensions docsalexwl2019-01-288-1580/+2093
* Optimize memory usage of haskell-code-serveralexwl2019-01-233-251/+976
* Add GHC command line options to the debug outputalexwl2019-01-171-2/+4
* Fix READMEalexwl2019-01-111-1/+1
* Update stack.yaml, use lts-13.0alexwl2018-12-301-1/+1
* Add support for GHC 8.6.3alexwl2018-12-2313-123/+833
* Replace Vector.fromList with Vector.fromListNalexwl2018-12-132-10/+4
* Index injectivity annotationsalexwl2018-12-101-1/+19
* Show 'No location info' message for Paths_* modulesalexwl2018-11-303-5/+6
* Improve error messages about dist directoryalexwl2018-11-231-19/+42
* Add cross-package 'find references'Alexey Kiryushin2018-11-1615-63/+192