Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Aug 24, 2023
1 parent 4e38e8d commit a2613c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ghcide/src/Development/IDE/Plugin/HLS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module Development.IDE.Plugin.HLS
) where

import Control.Exception (SomeException)
import Control.Lens ((^.))
import Control.Monad
import Control.Monad.Trans.Except (runExceptT)
import qualified Data.Aeson as A
Expand Down Expand Up @@ -39,7 +38,6 @@ import Ide.Plugin.Config
import Ide.Plugin.Error
import Ide.PluginUtils (getClientConfig)
import Ide.Types as HLS
import qualified Language.LSP.Protocol.Lens as L
import Language.LSP.Protocol.Message
import Language.LSP.Protocol.Types
import qualified Language.LSP.Server as LSP
Expand Down

0 comments on commit a2613c6

Please sign in to comment.