File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
hls-graph/src/Development/IDE/Graph/Internal
plugins/hls-rename-plugin/src/Ide/Plugin Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
module Development.IDE.Graph.Internal.Types where
9
9
10
- import Control.Applicative
11
10
import Control.Monad.Catch
12
11
import Control.Monad.IO.Class
13
12
import Control.Monad.Trans.Reader
Original file line number Diff line number Diff line change @@ -49,6 +49,11 @@ import Language.LSP.Protocol.Message
49
49
import Language.LSP.Protocol.Types
50
50
import Language.LSP.Server
51
51
52
+ #if MIN_VERSION_ghc(9,5,0)
53
+ import Control.Monad.IO.Class (MonadIO , liftIO )
54
+ import Control.Monad.Trans.Class (lift )
55
+ #endif
56
+
52
57
instance Hashable (Mod a ) where hash n = hash (unMod n)
53
58
54
59
descriptor :: Recorder (WithPriority E. Log ) -> PluginId -> PluginDescriptor IdeState
You can’t perform that action at this time.
0 commit comments