We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6216b commit 4465f49Copy full SHA for 4465f49
hls-test-utils/src/Development/IDE/Test/Diagnostic.hs
@@ -3,10 +3,10 @@ module Development.IDE.Test.Diagnostic where
3
4
import Control.Lens ((^.))
5
import qualified Data.Text as T
6
+import Development.IDE.GHC.Compat (GhcVersion (..), ghcVersion)
7
import GHC.Stack (HasCallStack)
8
import Language.LSP.Protocol.Lens
9
import Language.LSP.Protocol.Types
-import Development.IDE.GHC.Compat (ghcVersion, GhcVersion (..))
10
11
-- | (0-based line number, 0-based column number)
12
type Cursor = (UInt, UInt)
0 commit comments