File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 6
6
{-# LANGUAGE ScopedTypeVariables #-}
7
7
module Main (main ) where
8
8
9
- import Control.Arrow ((&&&) )
10
9
import Control.Exception (displayException )
11
10
import Control.Monad.IO.Class (liftIO )
12
11
import Data.Bifunctor (first )
13
12
import Data.Function ((&) )
14
13
import Data.Functor ((<&>) )
15
14
import Data.Maybe (catMaybes )
16
15
import Data.Text (Text )
17
- import qualified Development.IDE.Main as GhcideMain
18
16
import Development.IDE.Types.Logger (Doc , Priority (Error , Info ),
19
17
Recorder ,
20
18
WithPriority (WithPriority , priority ),
21
19
cfilter , cmapWithPrio ,
22
20
defaultLayoutOptions ,
23
21
layoutPretty , logWith ,
24
22
makeDefaultStderrRecorder ,
25
- payload , renderStrict ,
26
- withFileRecorder )
23
+ renderStrict , withFileRecorder )
27
24
import qualified Development.IDE.Types.Logger as Logger
28
25
import qualified HlsPlugins as Plugins
29
26
import Ide.Arguments (Arguments (.. ),
You can’t perform that action at this time.
0 commit comments