lsp-types: Haskell library for the Microsoft Language Server Protocol, data types

[ development, library, mit, program ] [ Propose Tags ]

An implementation of the types to allow language implementors to support the Language Server Protocol for their specific language.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
force-ospath

Force a version bound on filepath library, to enable OsPath.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Versions [RSS] 1.0.0.0, 1.0.0.1, 1.1.0.0, 1.2.0.0, 1.3.0.0, 1.3.0.1, 1.4.0.0, 1.4.0.1, 1.5.0.0, 1.6.0.0, 1.6.0.1, 2.0.0.0, 2.0.0.1, 2.0.1.0, 2.0.1.1, 2.0.2.0, 2.1.0.0, 2.1.1.0 (info)
Change log ChangeLog.md
Dependencies aeson (>=2 && <2.3), base (>=4.11 && <5), binary (>=0.8 && <0.9), containers (>=0.6 && <0.7), data-default (>=0.7 && <0.8), deepseq (>=1.4 && <1.6), Diff (>=0.4 && <0.6), directory, dlist (>=1.0 && <1.1), exceptions (>=0.10 && <0.11), file-embed (>=0.0.15 && <0.1), filepath (>=1.4 && <1.6), generic-arbitrary, hashable (>=1.4 && <1.5), indexed-traversable (>=0.1 && <0.2), indexed-traversable-instances (>=0.1 && <0.2), lens (>=5.1 && <5.3), lens-aeson (>=1.2 && <1.3), lsp-types, mod (>=0.2 && <0.3), mtl (>=2.2 && <2.4), network-uri (>=2.6 && <2.7), prettyprinter (>=1.7 && <1.8), QuickCheck, quickcheck-instances, regex, row-types (>=1.0 && <1.1), safe (>=0.3 && <0.4), some (>=1.0 && <1.1), template-haskell (>=2.7 && <2.22), text (>=1 && <2.2) [details]
License MIT
Copyright Alan Zimmerman, 2016-2021
Author Alan Zimmerman
Maintainer alan.zimm@gmail.com
Category Development
Home page https://github.com/haskell/lsp
Source repo head: git clone https://github.com/haskell/lsp
Uploaded by michaelpj at 2024-02-05T14:23:06Z
Distributions Arch:1.6.0.0, LTSHaskell:2.1.1.0, NixOS:2.1.1.0, Stackage:2.1.1.0
Reverse Dependencies 24 direct, 28 indirect [details]
Executables generator
Downloads 13138 total (344 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-02-05 [all 1 reports]

Readme for lsp-types-2.1.1.0

[back to package description]

Hackage

lsp-types

Haskell library for the data types for Microsoft Language Server Protocol

It is part of the lsp family of packages, along with lsp and lsp-test

Updating the generated code

To update the generated code, run cabal run generator from the lsp-types directory.

Other resource

See #haskell-language-server on IRC freenode