File tree 2 files changed +2
-4
lines changed
hls-fourmolu-plugin/src/Ide/Plugin
hls-ormolu-plugin/src/Ide/Plugin
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE DisambiguateRecordFields #-}
2
2
{-# LANGUAGE LambdaCase #-}
3
3
{-# LANGUAGE OverloadedStrings #-}
4
- {-# LANGUAGE PackageImports #-}
5
4
{-# LANGUAGE TypeApplications #-}
6
5
7
6
module Ide.Plugin.Fourmolu (
@@ -25,7 +24,7 @@ import Ide.Types
25
24
import Language.LSP.Server hiding (defaultConfig )
26
25
import Language.LSP.Types
27
26
import Language.LSP.Types.Lens
28
- import "fourmolu" Ormolu
27
+ import Ormolu
29
28
import System.FilePath
30
29
31
30
-- ---------------------------------------------------------------------
Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE OverloadedStrings #-}
2
- {-# LANGUAGE PackageImports #-}
3
2
{-# LANGUAGE TypeApplications #-}
4
3
5
4
module Ide.Plugin.Ormolu
@@ -21,7 +20,7 @@ import Ide.PluginUtils
21
20
import Ide.Types
22
21
import Language.LSP.Server hiding (defaultConfig )
23
22
import Language.LSP.Types
24
- import "ormolu" Ormolu
23
+ import Ormolu
25
24
import System.FilePath (takeFileName )
26
25
27
26
-- ---------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments