We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74830aa commit 47a9dcdCopy full SHA for 47a9dcd
haskell-language-server.cabal
@@ -1804,6 +1804,11 @@ test-suite func-test
1804
Test.Hls.Command
1805
Test.Hls.Flags
1806
1807
+ if flag(pedantic)
1808
+ ghc-options:
1809
+ --See Note [unused-packages]
1810
+ -Wwarn=unused-packages
1811
+
1812
default-extensions: OverloadedStrings
1813
1814
-- Duplicating inclusion plugin conditions until tests are moved to their own packages
0 commit comments