Skip to content

Commit

Permalink
Add maintainer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Jan 9, 2021
1 parent 758e4a0 commit 4f7449d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ library

default-language: Haskell2010

-- Plugin flags are designed for 'cabal install haskell-language-server':
-- - Packaged plugins should be manual:False
-- - Non packaged plugins and bulk flags should be manual:True
-- - Bulk flags should be default:False
-- - Individual flags should be default:True

flag all-plugins
description: Enable all non formatter plugins
default: False
Expand Down

0 comments on commit 4f7449d

Please sign in to comment.