Skip to content

Commit 30e86f5

Browse files
committed
Fix imports
1 parent 8845867 commit 30e86f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exe/Main.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
{-# LANGUAGE OverloadedStrings #-}
66
module Main(main) where
77

8+
import Control.Arrow ((&&&))
89
import Control.Monad.IO.Class (liftIO)
910
import Data.Function ((&))
1011
import Data.Text (Text)
1112
import qualified Development.IDE.Main as GhcideMain
12-
import qualified Development.IDE.Main.HeapStats as HeapStats
1313
import Development.IDE.Types.Logger (Doc,
1414
Priority (Debug, Error, Info),
1515
WithPriority (WithPriority, priority),
@@ -34,7 +34,6 @@ import Language.LSP.Types as LSP
3434
import qualified Plugins
3535
#if MIN_VERSION_prettyprinter(1,7,0)
3636
import Prettyprinter (Pretty (pretty), vsep)
37-
import Control.Arrow ((&&&))
3837
#else
3938
import Data.Text.Prettyprint.Doc (Pretty (pretty), vsep)
4039
#endif

0 commit comments

Comments
 (0)