Skip to content

Commit f2970f6

Browse files
committed
Apply stylish-haskell formatting
1 parent 07758d6 commit f2970f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ghcide/src/Development/IDE/Spans/AtPoint.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ import Language.LSP.Protocol.Types hiding
3636
import Prelude hiding (mod)
3737

3838
-- compiler and infrastructure
39+
import Development.IDE.Core.Compile (setNonHomeFCHook)
3940
import Development.IDE.Core.PositionMapping
4041
import Development.IDE.Core.RuleTypes
41-
import Development.IDE.Core.Compile (setNonHomeFCHook)
4242
import Development.IDE.GHC.Compat
4343
import qualified Development.IDE.GHC.Compat.Util as Util
4444
import Development.IDE.GHC.Util (printOutputable)

ghcide/src/Development/IDE/Types/HscEnvEq.hs

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ import Control.DeepSeq (force, rwhnf)
1414
import Control.Exception (evaluate, mask, throwIO)
1515
import Control.Monad.Extra (eitherM, join, mapMaybeM)
1616
import Data.Either (fromRight)
17+
import Data.IORef
18+
import qualified Data.Map as M
1719
import Data.Unique (Unique)
1820
import qualified Data.Unique as Unique
1921
import Development.IDE.GHC.Compat hiding (newUnique)
@@ -22,12 +24,10 @@ import Development.IDE.GHC.Error (catchSrcErrors)
2224
import Development.IDE.GHC.Util (lookupPackageConfig)
2325
import Development.IDE.Graph.Classes
2426
import Development.IDE.Types.Exports (ExportsMap, createExportsMap)
27+
import GHC.Driver.Env (hsc_all_home_unit_ids)
28+
import Ide.PluginUtils (toAbsolute)
2529
import OpenTelemetry.Eventlog (withSpan)
2630
import System.Directory (makeAbsolute)
27-
import qualified Data.Map as M
28-
import Data.IORef
29-
import GHC.Driver.Env (hsc_all_home_unit_ids)
30-
import Ide.PluginUtils (toAbsolute)
3131

3232

3333
-- | An 'HscEnv' with equality. Two values are considered equal

0 commit comments

Comments
 (0)