Skip to content

Commit 7882ff4

Browse files
committed
Run stylish-haskell
1 parent 0efdb8f commit 7882ff4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ghcide/src/Development/IDE/Core/Actions.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ import qualified Development.IDE.Spans.AtPoint as AtPoint
3737
import Development.IDE.Types.HscEnvEq (hscEnv)
3838
import Development.IDE.Types.Location
3939
import qualified HieDb
40-
import Ide.Types (hlsDirectory, dependenciesDirectory)
40+
import Ide.Types (dependenciesDirectory,
41+
hlsDirectory)
4142
import Language.LSP.Protocol.Types (DocumentHighlight (..),
4243
SymbolInformation (..),
4344
normalizedFilePathToUri,

ghcide/test/exe/Dependency.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ import Test.Tasty (TestTree, testGroup)
2828
import Test.Tasty.ExpectedFailure (expectFailBecause)
2929
import Test.Tasty.HUnit (assertBool, assertFailure,
3030
(@?=))
31-
import TestUtils (testSessionWithExtraFiles, knownBrokenForGhcVersions)
31+
import TestUtils (knownBrokenForGhcVersions,
32+
testSessionWithExtraFiles)
3233

3334
tests :: TestTree
3435
tests =

0 commit comments

Comments
 (0)