Skip to content

Commit 47a9dcd

Browse files
committed
Also fix stack --test
1 parent 74830aa commit 47a9dcd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: haskell-language-server.cabal

+5
Original file line numberDiff line numberDiff line change
@@ -1804,6 +1804,11 @@ test-suite func-test
18041804
Test.Hls.Command
18051805
Test.Hls.Flags
18061806

1807+
if flag(pedantic)
1808+
ghc-options:
1809+
--See Note [unused-packages]
1810+
-Wwarn=unused-packages
1811+
18071812
default-extensions: OverloadedStrings
18081813

18091814
-- Duplicating inclusion plugin conditions until tests are moved to their own packages

0 commit comments

Comments
 (0)