Skip to content

Commit 0a6ed29

Browse files
committed
fix variable name
1 parent 4da8eb9 commit 0a6ed29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-cabal-project-plugin/src/Ide/Plugin/CabalProject.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ completion recorder ide _ complParams = do
312312
pure . InR $ InR Null
313313
Just (fields, _) -> do
314314
let lspPrefInfo = Ghcide.getCompletionPrefixFromRope position cnts
315-
cabalProjectPrefInfo = Completions.getCabalPrefixInfo path lspPrefInfo
315+
cabalProjectPrefInfo = Completions.getCabalProjectPrefixInfo path lspPrefInfo
316316
let res = computeCompletionsAt recorder ide cabalProjectPrefInfo path fields
317317
liftIO $ fmap InL res
318318
Nothing -> pure . InR $ InR Null

0 commit comments

Comments
 (0)