haskell-language-server: LSP server for GHC

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

Modules

[Last Documentation]

  • HlsPlugins
  • Ide
    • Ide.Arguments
    • Ide.Main
    • Ide.Version

Flags

Manual Flags

NameDescriptionDefault
pedantic

Enable -Werror

Disabled
ignore-plugins-ghc-bounds

Force the inclusion of plugins even if they are not buildable by default with a specific ghc version

Disabled
cabal

Enable cabal plugin

Enabled
class

Enable class plugin

Enabled
callhierarchy

Enable call hierarchy plugin

Enabled
haddockcomments

Enable haddockComments plugin

Enabled
eval

Enable eval plugin

Enabled
importlens

Enable importLens plugin

Enabled
refineimports

Enable refineImports plugin

Enabled
rename

Enable rename plugin

Enabled
retrie

Enable retrie plugin

Enabled
tactic

Enable tactic plugin

Enabled
hlint

Enable hlint plugin

Enabled
stan

Enable stan plugin

Enabled
modulename

Enable moduleName plugin

Enabled
pragmas

Enable pragmas plugin

Enabled
splice

Enable splice plugin

Enabled
alternatenumberformat

Enable Alternate Number Format plugin

Enabled
qualifyimportednames

Enable qualifyImportedNames plugin

Enabled
coderange

Enable Code Range plugin

Enabled
changetypesignature

Enable changeTypeSignature plugin

Enabled
gadt

Enable gadt plugin

Enabled
explicitfixity

Enable explicitFixity plugin

Enabled
explicitfields

Enable explicitFields plugin

Enabled
floskell

Enable floskell plugin

Enabled
fourmolu

Enable fourmolu plugin

Enabled
ormolu

Enable ormolu plugin

Enabled
stylishhaskell

Enable stylishHaskell plugin

Enabled
brittany

Enable brittany plugin

Enabled
refactor

Enable refactor plugin

Enabled
dynamic

Build with the dyn rts

Enabled
cabalfmt

Enable cabal-fmt plugin

Enabled

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

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Versions [RSS] 0.8.0.0, 0.9.0.0, 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0, 1.4.0.0, 1.5.0.0, 1.5.1.0, 1.6.0.0, 1.6.1.0, 1.6.1.1, 1.7.0.0, 1.8.0.0, 1.9.0.0, 1.9.1.0, 1.10.0.0, 2.0.0.0, 2.0.0.1, 2.1.0.0, 2.2.0.0, 2.3.0.0, 2.4.0.0, 2.5.0.0, 2.6.0.0, 2.7.0.0
Change log ChangeLog.md
Dependencies aeson, aeson-pretty, async, base (>=4.12 && <5), base16-bytestring, binary, bytestring, containers, cryptohash-sha1, data-default, deepseq, directory, extra, filepath, ghc, ghc-boot-th, ghc-paths, ghcide (==1.9.1.0), githash (>=0.1.6.1), gitrev, hashable, haskell-language-server, hie-bios, hiedb, hls-alternate-number-format-plugin (>=1.3 && <1.4), hls-brittany-plugin (>=1.1 && <1.2), hls-cabal-fmt-plugin (>=0.1.0.0 && <0.2), hls-cabal-plugin (>=0.1 && <0.2), hls-call-hierarchy-plugin (>=1.2 && <1.3), hls-change-type-signature-plugin (>=1.1 && <1.2), hls-class-plugin (>=1.1 && <1.2), hls-code-range-plugin (>=1.1 && <1.2), hls-eval-plugin (>=1.4 && <1.5), hls-explicit-fixity-plugin (>=1.1 && <1.2), hls-explicit-imports-plugin (>=1.2 && <1.3), hls-explicit-record-fields-plugin (>=1.0 && <1.1), hls-floskell-plugin (>=1.0 && <1.1), hls-fourmolu-plugin (>=1.1 && <1.2), hls-gadt-plugin (>=1.0 && <1.1), hls-graph, hls-haddock-comments-plugin (>=1.1 && <1.2), hls-hlint-plugin (>=1.1 && <1.2), hls-module-name-plugin (>=1.1 && <1.2), hls-ormolu-plugin (>=1.0 && <1.1), hls-plugin-api (>=1.6 && <1.7), hls-pragmas-plugin (>=1.0 && <1.1), hls-qualify-imported-names-plugin (>=1.0 && <1.1), hls-refactor-plugin (>=1.1 && <1.2), hls-refine-imports-plugin (>=1.0 && <1.1), hls-rename-plugin (>=1.0 && <1.1), hls-retrie-plugin (>=1.0 && <1.1), hls-splice-plugin (>=1.0.0.1 && <1.1), hls-stan-plugin (>=1.0 && <1.1), hls-stylish-haskell-plugin (>=1.0 && <1.1), hls-tactics-plugin (>=1.8 && <1.9), hslogger, lens, lsp, lsp-types, mtl, optparse-applicative, optparse-simple, prettyprinter, process, regex-tdfa, safe-exceptions, sqlite-simple, stm, temporary, text, transformers, unix, unliftio-core, unordered-containers [details]
License Apache-2.0
Copyright The Haskell IDE Team
Author The Haskell IDE Team
Maintainer alan.zimm@gmail.com
Revised Revision 1 made by hls_team at 2023-03-21T09:38:50Z
Category Development
Home page https://github.com/haskell/haskell-language-server#readme
Bug tracker https://github.com/haskell/haskell-language-server/issues
Source repo head: git clone https://github.com/haskell/haskell-language-server
Uploaded by hls_team at 2023-02-14T16:39:05Z
Distributions Arch:1.9.1.0, NixOS:2.7.0.0
Executables haskell-language-server-wrapper, haskell-language-server
Downloads 7130 total (236 in the last 30 days)
Rating 2.5 (votes: 5) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2023-02-14 [all 2 reports]

Readme for haskell-language-server-1.9.1.0

[back to package description]

haskell-language-server

haskell-language-server

Release Hackage License Apache 2.0 CircleCI GitHub Testing Workflow GitHub Nix Workflow ircchat codetriage

The official Haskell language server (LSP) implementation. Consult the project documentation for more details.