Skip to content

Commit 78af6e1

Browse files
committed
Automatic flags for packaged plugins
1 parent bf642c0 commit 78af6e1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

haskell-language-server.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,37 +90,37 @@ flag all-formatters
9090
flag class
9191
description: Enable class plugin
9292
default: False
93-
manual: True
93+
manual: False
9494

9595
flag haddockComments
9696
description: Enable haddockComments plugin
9797
default: False
98-
manual: True
98+
manual: False
9999

100100
flag eval
101101
description: Enable eval plugin
102102
default: False
103-
manual: True
103+
manual: False
104104

105105
flag importLens
106106
description: Enable importLens plugin
107107
default: False
108-
manual: True
108+
manual: False
109109

110110
flag retrie
111111
description: Enable retrie plugin
112112
default: False
113-
manual: True
113+
manual: False
114114

115115
flag tactic
116116
description: Enable tactic plugin
117117
default: False
118-
manual: True
118+
manual: False
119119

120120
flag hlint
121121
description: Enable hlint plugin
122122
default: False
123-
manual: True
123+
manual: False
124124

125125
flag moduleName
126126
description: Enable moduleName plugin
@@ -135,7 +135,7 @@ flag pragmas
135135
flag splice
136136
description: Enable splice plugin
137137
default: False
138-
manual: True
138+
manual: False
139139

140140
-- formatters
141141

0 commit comments

Comments
 (0)