We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758e4a0 commit 4f7449dCopy full SHA for 4f7449d
haskell-language-server.cabal
@@ -77,6 +77,12 @@ library
77
78
default-language: Haskell2010
79
80
+-- Plugin flags are designed for 'cabal install haskell-language-server':
81
+-- - Packaged plugins should be manual:False
82
+-- - Non packaged plugins and bulk flags should be manual:True
83
+-- - Bulk flags should be default:False
84
+-- - Individual flags should be default:True
85
+
86
flag all-plugins
87
description: Enable all non formatter plugins
88
default: False
0 commit comments