File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
{-# LANGUAGE OverloadedStrings #-}
6
6
module Main (main ) where
7
7
8
- import Control.Arrow ((&&&) )
8
+ import Control.Arrow ((&&&) )
9
9
import Control.Monad.IO.Class (liftIO )
10
10
import Data.Function ((&) )
11
11
import Data.Text (Text )
12
- import qualified Development.IDE.Main as GhcideMain
12
+ import qualified Development.IDE.Main as GhcideMain
13
13
import Development.IDE.Types.Logger (Doc ,
14
14
Priority (Debug , Error , Info ),
15
15
WithPriority (WithPriority , priority ),
16
16
cfilter , cmapWithPrio ,
17
17
defaultLayoutOptions ,
18
18
layoutPretty ,
19
19
makeDefaultStderrRecorder ,
20
- renderStrict ,
21
- withDefaultRecorder , payload )
20
+ payload , renderStrict ,
21
+ withDefaultRecorder )
22
22
import qualified Development.IDE.Types.Logger as Logger
23
23
import Ide.Arguments (Arguments (.. ),
24
24
GhcideArguments (.. ),
@@ -105,4 +105,4 @@ issueTrackerUrl = "https://github.com/haskell/haskell-language-server/issues"
105
105
106
106
heapStats :: Log -> Bool
107
107
heapStats (LogIdeMain (IdeMain. LogIDEMain (GhcideMain. LogHeapStats _))) = True
108
- heapStats _ = False
108
+ heapStats _ = False
You can’t perform that action at this time.
0 commit comments