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.
2 parents e6f7b24 + 9593d04 commit 700ebcaCopy full SHA for 700ebca
ghcide/test/exe/Config.hs
@@ -21,4 +21,4 @@ runWithDummyPlugin :: FS.VirtualFileTree -> Session a -> IO a
21
runWithDummyPlugin = runSessionWithServerInTmpDir def dummyPlugin
22
23
pattern R :: UInt -> UInt -> UInt -> UInt -> Range
24
-pattern R x y x' y' = Range (Position x y) (Position x' y')
+pattern R x y x' y' = Range (Position x y) (Position x' y')
ghcide/test/exe/InitializeResponseTests.hs
@@ -12,7 +12,6 @@ import Development.IDE.Plugin.TypeLenses (typeLensCommandId)
12
import qualified Language.LSP.Protocol.Lens as L
13
import Language.LSP.Protocol.Message
14
import Language.LSP.Test
15
-
16
import Config (dummyPlugin, mkIdeTestFs,
17
runWithDummyPlugin)
18
import Control.Lens ((^.))
0 commit comments