• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.circleci/H15-Sep-2021-126103

.github/H15-Sep-2021-948807

docs/H03-May-2022-1,5591,110

exe/H15-Sep-2021-332246

ghcide/H15-Sep-2021-28,05921,915

hie-compat/H15-Sep-2021-8,0526,432

hls-graph/H15-Sep-2021-451345

hls-plugin-api/H15-Sep-2021-1,8291,331

hls-test-utils/H15-Sep-2021-911712

install/H03-May-2022-280,138191,065

plugins/H15-Sep-2021-28,50420,260

shake-bench/H15-Sep-2021-949737

src/Ide/H15-Sep-2021-350268

test/H15-Sep-2021-3,2992,363

test-logs/H15-Sep-2021-21

.editorconfigH A D15-Sep-2021290 1511

.gitignoreH A D15-Sep-2021604 4835

.gitmodulesH A D15-Sep-2021453 1110

.gitpod.ymlH A D15-Sep-20212.4 KiB6557

.readthedocs.yamlH A D15-Sep-2021127 107

.stylish-haskell.yamlH A D15-Sep-20211.5 KiB7864

CITATION.cffH A D15-Sep-20211.6 KiB3736

CODE_OF_CONDUCT.mdH A D15-Sep-20213.3 KiB7757

ChangeLog.mdH A D15-Sep-2021106.8 KiB1,8551,730

FUNDING.ymlH A D15-Sep-202141 21

GenChangelogs.hsH A D15-Sep-20211.4 KiB3826

LICENSEH A D15-Sep-202111.1 KiB202169

README.mdH A D15-Sep-20212.2 KiB3326

Setup.hsH A D15-Sep-202146 32

cabal-ghc901.projectH A D15-Sep-20212.1 KiB7664

cabal-hls-installH A D15-Sep-202175 21

cabal-hls-install.cmdH A D15-Sep-202166 11

cabal.projectH A D15-Sep-20211.1 KiB4538

configuration-ghc-901.nixH A D15-Sep-20213.5 KiB12097

default.nixH A D15-Sep-2021404 1211

flake.lockH A D15-Sep-20212.6 KiB102101

flake.nixH A D15-Sep-202110.1 KiB259232

fmt.shH A D15-Sep-2021266 42

haskell-language-server.cabalH A D15-Sep-202112.3 KiB519446

install.hsH A D15-Sep-2021462 223

myst-parser.nixH A D15-Sep-2021625 3429

shell.nixH A D15-Sep-2021402 1211

stack-8.10.2.yamlH A D15-Sep-20212.7 KiB9587

stack-8.10.3.yamlH A D15-Sep-20212.8 KiB9687

stack-8.10.4.yamlH A D15-Sep-20213.1 KiB9888

stack-8.10.5.yamlH A D15-Sep-20213.2 KiB10293

stack-8.10.6.yamlH A D15-Sep-20213.4 KiB8273

stack-8.10.7.yamlH A D15-Sep-20213.4 KiB8273

stack-8.6.4.yamlH A D15-Sep-20213.7 KiB132123

stack-8.6.5.yamlH A D15-Sep-20213.6 KiB132122

stack-8.8.3.yamlH A D15-Sep-20213.4 KiB113104

stack-8.8.4.yamlH A D15-Sep-20213.2 KiB109101

stack-9.0.1.yamlH A D15-Sep-20213.5 KiB126106

stack.yamlH A D15-Sep-20212.6 KiB9082

README.md

1# haskell-language-server
2
3![haskell-language-server][logo]
4
5
6[![Release][badge-github-release]][github-release]
7[![Hackage][badge-hackage]][hackage]
8[![License Apache 2.0][badge-license]][license]
9[![CircleCI][badge-circleci]][circleci]
10[![GitHub Testing Workflow](https://github.com/haskell/haskell-language-server/actions/workflows/test.yml/badge.svg)](https://github.com/haskell/haskell-language-server/actions/workflows/test.yml)
11[![GitHub Nix Workflow](https://github.com/haskell/haskell-language-server/actions/workflows/nix.yml/badge.svg)](https://github.com/haskell/haskell-language-server/actions/workflows/nix.yml)
12[![codetriage][badge-codetriage]][codetriage]
13
14[logo]: ./docs/logos/logo-256.png
15[badge-license]: https://img.shields.io/badge/license-Apache2-green.svg?dummy
16[license]: https://github.com/haskell/haskell-language-server/blob/master/LICENSE
17[badge-circleci]: https://img.shields.io/circleci/project/github/haskell/haskell-language-server/master.svg
18[circleci]: https://circleci.com/gh/haskell/haskell-language-server/
19[badge-hackage]: https://img.shields.io/hackage/v/haskell-language-server.svg?logo=haskell
20[badge-github-release]:https://img.shields.io/github/v/release/haskell/haskell-language-server.svg
21[hackage]: https://hackage.haskell.org/package/haskell-language-server
22[badge-codetriage]: https://www.codetriage.com/haskell/haskell-language-server/badges/users.svg
23[codetriage]:https://www.codetriage.com/haskell/haskell-language-server
24[github-release]:https://github.com/haskell/haskell-language-server/releases/latest
25
26The official Haskell language server (LSP) implementation. Consult the [project documentation](https://haskell-language-server.readthedocs.io/en/latest/) for more details.
27
28- [Features](https://haskell-language-server.readthedocs.io/en/latest/features.html)
29- [Installation](https://haskell-language-server.readthedocs.io/en/latest/installation.html)
30- [Configuration](https://haskell-language-server.readthedocs.io/en/latest/configuration.html)
31- [Troubleshooting](https://haskell-language-server.readthedocs.io/en/latest/troubleshooting.html)
32- [Contributing](https://haskell-language-server.readthedocs.io/en/latest/contributing/index.html)
33