This repository was archived by the owner on Oct 7, 2020. It is now read-only.
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ module Haskell.Ide.Engine.Scheduler
23
23
where
24
24
25
25
import Control.Concurrent.Async
26
- import GHC.Conc
26
+ import GHC.Conc
27
27
import qualified Control.Concurrent.STM as STM
28
28
import Control.Monad.IO.Class ( liftIO
29
29
, MonadIO
@@ -36,10 +36,10 @@ import Control.Monad
36
36
import qualified Data.Set as Set
37
37
import qualified Data.Map as Map
38
38
import qualified Data.Text as T
39
- import HIE.Bios.Types
39
+ import HIE.Bios.Types
40
40
import qualified Language.Haskell.LSP.Core as Core
41
41
import qualified Language.Haskell.LSP.Types as J
42
- import GhcMonad
42
+ import GhcMonad
43
43
44
44
import Haskell.Ide.Engine.GhcModuleCache
45
45
import Haskell.Ide.Engine.Config
@@ -49,7 +49,7 @@ import Haskell.Ide.Engine.Types
49
49
import Haskell.Ide.Engine.MonadFunctions
50
50
import Haskell.Ide.Engine.MonadTypes
51
51
52
- import Debug.Trace
52
+ import Debug.Trace
53
53
54
54
55
55
-- | A Scheduler is a coordinator between the two main processes the ide engine uses
Original file line number Diff line number Diff line change @@ -506,6 +506,7 @@ reactor inp diagIn = do
506
506
507
507
ReqRename req -> do
508
508
liftIO $ U. logs $ " reactor:got RenameRequest:" ++ show req
509
+ -- TODO: re-enable HaRe
509
510
-- let (params, doc, pos) = reqParams req
510
511
-- newName = params ^. J.newName
511
512
-- callback = reactorSend . RspRename . Core.makeResponseMessage req
You can’t perform that action at this time.
0 commit comments