Skip to content

Commit 4f7449d

Browse files
committed
Add maintainer comments
1 parent 758e4a0 commit 4f7449d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

haskell-language-server.cabal

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ library
7777

7878
default-language: Haskell2010
7979

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+
8086
flag all-plugins
8187
description: Enable all non formatter plugins
8288
default: False

0 commit comments

Comments
 (0)