Skip to content

Commit 66c12c7

Browse files
authored
Merge pull request haskell#3965 from jhrcek/jhrcek/unused-packages-cabal-fmt
Fix -Wunused-packages in hls-cabal-fmt-plugin
2 parents 4b491c2 + 162702c commit 66c12c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)