Skip to content

Commit a2613c6

Browse files
committed
Fix warnings
1 parent 4e38e8d commit a2613c6

File tree

1 file changed

+0
-2
lines changed
  • ghcide/src/Development/IDE/Plugin

1 file changed

+0
-2
lines changed

ghcide/src/Development/IDE/Plugin/HLS.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module Development.IDE.Plugin.HLS
1111
) where
1212

1313
import Control.Exception (SomeException)
14-
import Control.Lens ((^.))
1514
import Control.Monad
1615
import Control.Monad.Trans.Except (runExceptT)
1716
import qualified Data.Aeson as A
@@ -39,7 +38,6 @@ import Ide.Plugin.Config
3938
import Ide.Plugin.Error
4039
import Ide.PluginUtils (getClientConfig)
4140
import Ide.Types as HLS
42-
import qualified Language.LSP.Protocol.Lens as L
4341
import Language.LSP.Protocol.Message
4442
import Language.LSP.Protocol.Types
4543
import qualified Language.LSP.Server as LSP

0 commit comments

Comments
 (0)