Skip to content

Commit 4e3fae6

Browse files
author
kokobd
committed
check for warnings
1 parent 39a9872 commit 4e3fae6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

hls-plugin-api/hls-plugin-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ test-suite tests
8282
default-language: Haskell2010
8383
hs-source-dirs: test
8484
main-is: Main.hs
85-
ghc-options: -threaded -rtsopts -with-rtsopts=-N
85+
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
8686
other-modules: Ide.PluginUtilsTest
8787
build-depends:
8888
base

hls-plugin-api/test/Ide/PluginUtilsTest.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ module Ide.PluginUtilsTest
22
( tests
33
) where
44

5-
import Ide.PluginUtils (isSubrangeOf)
6-
import Language.LSP.Types (Position (Position), Range (Range))
75
import Test.Tasty
8-
import Test.Tasty.HUnit
96

107
tests :: TestTree
118
tests = testGroup "PluginUtils"

0 commit comments

Comments
 (0)