Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -106,37 +106,37 @@ flag all-formatters
flag class
description: Enable class plugin
default: True
manual: False
manual: True

flag haddockComments
description: Enable haddockComments plugin
default: True
manual: False
manual: True

flag eval
description: Enable eval plugin
default: True
manual: False
manual: True

flag importLens
description: Enable importLens plugin
default: True
manual: False
manual: True

flag retrie
description: Enable retrie plugin
default: True
manual: False
manual: True

flag tactic
description: Enable tactic plugin
default: True
manual: False
manual: True

flag hlint
description: Enable hlint plugin
default: True
manual: False
manual: True

flag moduleName
description: Enable moduleName plugin
Expand All @@ -151,7 +151,7 @@ flag pragmas
flag splice
description: Enable splice plugin
default: True
manual: False
manual: True

-- formatters

Expand Down