We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5224a19 commit c9f126dCopy full SHA for c9f126d
haskell-language-server.cabal
@@ -389,9 +389,6 @@ library hls-eval-plugin
389
, unliftio
390
, unordered-containers
391
392
- if flag(pedantic)
393
- ghc-options: -Wwarn=redundant-constraints
394
-
395
default-extensions:
396
DataKinds
397
@@ -1683,6 +1680,11 @@ library
1683
1680
1684
1681
default-extensions: DataKinds
1685
1682
+ if flag(pedantic)
+ ghc-options:
+ --See Note [unused-packages]
1686
+ -Wwarn=unused-packages
1687
+
1688
executable haskell-language-server
1689
import: defaults
1690
, warnings
0 commit comments