Deprecated

In favour of

haskell-lsp-types

Haskell library for the Microsoft Language Server Protocol, data types

https://github.com/alanz/haskell-lsp

Version on this page:0.4.0.0
LTS Haskell 19.33:0.24.0.0@rev:1
Stackage Nightly 2022-03-17:0.24.0.0@rev:1
Latest on Hackage:0.24.0.0@rev:1

See all snapshots haskell-lsp-types appears in

MIT licensed by Alan Zimmerman
Maintained by [email protected]
This version can be pinned in stack with:haskell-lsp-types-0.4.0.0@sha256:73c1279ac2fa7cb4329e9d750190bfac2c320ac2e58dd5042ba59184199e070f,2178

Module documentation for 0.4.0.0

  • Language
    • Language.Haskell
      • Language.Haskell.LSP
        • Language.Haskell.LSP.TH
          • Language.Haskell.LSP.TH.ClientCapabilities
          • Language.Haskell.LSP.TH.Constants
          • Language.Haskell.LSP.TH.DataTypesJSON
          • Language.Haskell.LSP.TH.MessageFuncs
          • Language.Haskell.LSP.TH.Utils

Hackage

haskell-lsp-types

Haskell library for the data types for Microsoft Language Server Protocol

Useful links

Other resource

See #haskell-ide-engine on IRC freenode

Changes

Revision history for haskell-lsp-types

0.4.0.0 – 2018-07-10

  • CodeAction support as per v3.8 of the specification, by @Bubba
  • Update VersionedTextDocumentIdentifier to match specification, by @Bubba.

0.3.0.0

  • Handle TextDocumentSync fallbacks with new TDS type.

0.2.3.0

  • GHC 8.4.3 support
  • Introduce additional error codes as per the LSP spec. By @Bubba

0.2.2.0 – 2018-05-04

  • Make Diagnostic relatedInformation optional, as per the LSP Spec. By @Bubba.

0.2.1.0 – 2018-05-02

  • Broken out from the haskell-lsp package, to simplify development by not having to run massive TH processes when working on the framework.