Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 6f1c220

Browse files
committed
Minor format changes
1 parent 5dfc446 commit 6f1c220

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/Haskell/Ide/Engine/Scheduler.hs

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module Haskell.Ide.Engine.Scheduler
2323
where
2424

2525
import Control.Concurrent.Async
26-
import GHC.Conc
26+
import GHC.Conc
2727
import qualified Control.Concurrent.STM as STM
2828
import Control.Monad.IO.Class ( liftIO
2929
, MonadIO
@@ -36,10 +36,10 @@ import Control.Monad
3636
import qualified Data.Set as Set
3737
import qualified Data.Map as Map
3838
import qualified Data.Text as T
39-
import HIE.Bios.Types
39+
import HIE.Bios.Types
4040
import qualified Language.Haskell.LSP.Core as Core
4141
import qualified Language.Haskell.LSP.Types as J
42-
import GhcMonad
42+
import GhcMonad
4343

4444
import Haskell.Ide.Engine.GhcModuleCache
4545
import Haskell.Ide.Engine.Config
@@ -49,7 +49,7 @@ import Haskell.Ide.Engine.Types
4949
import Haskell.Ide.Engine.MonadFunctions
5050
import Haskell.Ide.Engine.MonadTypes
5151

52-
import Debug.Trace
52+
import Debug.Trace
5353

5454

5555
-- | A Scheduler is a coordinator between the two main processes the ide engine uses

src/Haskell/Ide/Engine/Transport/LspStdio.hs

+1
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ reactor inp diagIn = do
506506

507507
ReqRename req -> do
508508
liftIO $ U.logs $ "reactor:got RenameRequest:" ++ show req
509+
-- TODO: re-enable HaRe
509510
-- let (params, doc, pos) = reqParams req
510511
-- newName = params ^. J.newName
511512
-- callback = reactorSend . RspRename . Core.makeResponseMessage req

0 commit comments

Comments
 (0)