We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a9872 commit 4e3fae6Copy full SHA for 4e3fae6
hls-plugin-api/hls-plugin-api.cabal
@@ -82,7 +82,7 @@ test-suite tests
82
default-language: Haskell2010
83
hs-source-dirs: test
84
main-is: Main.hs
85
- ghc-options: -threaded -rtsopts -with-rtsopts=-N
+ ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
86
other-modules: Ide.PluginUtilsTest
87
build-depends:
88
base
hls-plugin-api/test/Ide/PluginUtilsTest.hs
@@ -2,10 +2,7 @@ module Ide.PluginUtilsTest
2
( tests
3
) where
4
5
-import Ide.PluginUtils (isSubrangeOf)
6
-import Language.LSP.Types (Position (Position), Range (Range))
7
import Test.Tasty
8
-import Test.Tasty.HUnit
9
10
tests :: TestTree
11
tests = testGroup "PluginUtils"
0 commit comments