Dependencies for haskell-language-server-1.7.0.0
Libraries
haskell-language-server
- aeson-pretty
- async
- base (>=4.12 && <5)
- base16-bytestring
- bytestring
- containers
- cryptohash-sha1
- data-default
- directory
- extra
- filepath
- ghc
- ghcide (>=1.7 && <1.8)
- githash
- hie-bios
- hiedb
- hls-graph
- hls-plugin-api (>=1.4 && <1.5)
- lsp
- optparse-applicative
- optparse-simple
- prettyprinter
- process
- safe-exceptions
- sqlite-simple
- text
- unordered-containers
Executables
haskell-language-server
- aeson
- async
- base (>=4.12 && <5)
- base16-bytestring
- binary
- bytestring
- containers
- cryptohash-sha1
- deepseq
- directory
- extra
- filepath
- ghc
- ghc-boot-th
- ghcide
- hashable
- haskell-language-server
- hie-bios
- hiedb
- hls-graph
- hls-plugin-api
- lens
- lsp
- mtl
- optparse-applicative
- prettyprinter
- regex-tdfa
- safe-exceptions
- sqlite-simple
- stm
- temporary
- text
- transformers
- unordered-containers
- if flag(callhierarchy)
- hls-call-hierarchy-plugin (>=1.0 && <1.1)
- if flag(changetypesignature)
- hls-change-type-signature-plugin (>=1.0 && <1.1)
- if flag(class) && (impl(ghc<9.2.1) || flag(ignore-plugins-ghc-bounds))
- hls-class-plugin (>=1.0 && <1.1)
- if flag(haddockcomments)
- hls-haddock-comments-plugin (>=1.0 && <1.1)
- if flag(eval)
- hls-eval-plugin (>=1.2 && <1.3)
- if flag(importlens)
- hls-explicit-imports-plugin (>=1.1 && <1.2)
- if flag(refineimports)
- hls-refine-imports-plugin (>=1.0 && <1.1)
- if flag(rename)
- hls-rename-plugin (>=1.0 && <1.1)
- if flag(retrie) && (impl(ghc<9.2.1) || flag(ignore-plugins-ghc-bounds))
- hls-retrie-plugin (>=1.0 && <1.1)
- if flag(tactic) && (impl(ghc<9.0.1) || flag(ignore-plugins-ghc-bounds))
- hls-tactics-plugin (>=1.2.0.0 && <1.7)
- if flag(hlint) && (impl(ghc<9.2.1) || flag(ignore-plugins-ghc-bounds))
- hls-hlint-plugin (>=1.0 && <1.1)
- if flag(modulename)
- hls-module-name-plugin (>=1.0 && <1.1)
- if flag(pragmas)
- hls-pragmas-plugin (>=1.0 && <1.1)
- if flag(splice) && (impl(ghc<9.2.1) || flag(ignore-plugins-ghc-bounds))
- hls-splice-plugin (>=1.0.0.1 && <1.1)
- if flag(alternatenumberformat)
- hls-alternate-number-format-plugin (>=1.1 && <1.2)
- if flag(qualifyimportednames)
- hls-qualify-imported-names-plugin (>=1.0 && <1.1)
- if flag(selectionrange)
- hls-selection-range-plugin (>=1.0 && <1.1)
- if flag(floskell)
- hls-floskell-plugin (>=1.0 && <1.1)
- if flag(fourmolu)
- hls-fourmolu-plugin (>=1.0 && <1.1)
- if flag(ormolu)
- hls-ormolu-plugin (>=1.0 && <1.1)
- if flag(stylishhaskell) && (impl(ghc<9.0.1) || flag(ignore-plugins-ghc-bounds))
- hls-stylish-haskell-plugin (>=1.0 && <1.1)
- if flag(brittany) && (impl(ghc<9.0.2) || flag(ignore-plugins-ghc-bounds))
- hls-brittany-plugin (>=1.0 && <1.1)
haskell-language-server-wrapper
- base (>=4.12 && <5)
- data-default
- directory
- extra
- filepath
- ghc
- ghc-paths
- ghcide
- gitrev
- haskell-language-server
- hie-bios
- optparse-applicative
- optparse-simple
- prettyprinter
- process
- text
- if !os(windows)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
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 |
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 |
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 |
selectionrange | Enable selectionRange plugin | Enabled |
changetypesignature | Enable changeTypeSignature 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 |
dynamic | Build with the dyn rts | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info