Skip to content

Commit 162702c

Browse files
committed
Fix -Wunused-packages in hls-cabal-fmt-plugin
1 parent 4b491c2 commit 162702c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: plugins/hls-cabal-fmt-plugin/hls-cabal-fmt-plugin.cabal

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ flag isolateTests
2323
manual: True
2424

2525
common warnings
26-
ghc-options: -Wall
26+
ghc-options: -Wall -Wunused-packages
2727

2828
library
2929
import: warnings
@@ -40,7 +40,6 @@ library
4040
, mtl
4141
, process-extras
4242
, text
43-
, transformers
4443

4544
default-language: Haskell2010
4645

0 commit comments

Comments
 (0)