We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e38e8d commit a2613c6Copy full SHA for a2613c6
ghcide/src/Development/IDE/Plugin/HLS.hs
@@ -11,7 +11,6 @@ module Development.IDE.Plugin.HLS
11
) where
12
13
import Control.Exception (SomeException)
14
-import Control.Lens ((^.))
15
import Control.Monad
16
import Control.Monad.Trans.Except (runExceptT)
17
import qualified Data.Aeson as A
@@ -39,7 +38,6 @@ import Ide.Plugin.Config
39
38
import Ide.Plugin.Error
40
import Ide.PluginUtils (getClientConfig)
41
import Ide.Types as HLS
42
-import qualified Language.LSP.Protocol.Lens as L
43
import Language.LSP.Protocol.Message
44
import Language.LSP.Protocol.Types
45
import qualified Language.LSP.Server as LSP
0 commit comments