Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

[WIP] Completion support #227

Merged
merged 17 commits into from
Dec 19, 2019
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ library
deepseq,
directory,
extra,
fuzzy,
filepath,
hashable,
haskell-lsp-types >= 0.18,
Expand Down Expand Up @@ -96,6 +97,8 @@ library
include-dirs:
include
exposed-modules:
Development.IDE.Core.Completions
Development.IDE.Core.CompletionsTypes
Development.IDE.Core.FileStore
Development.IDE.Core.OfInterest
Development.IDE.Core.PositionMapping
Expand Down Expand Up @@ -123,6 +126,7 @@ library
Development.IDE.GHC.Warnings
Development.IDE.Import.FindImports
Development.IDE.LSP.CodeAction
Development.IDE.LSP.Completions
Development.IDE.LSP.Definition
Development.IDE.LSP.Hover
Development.IDE.LSP.Notifications
Expand Down
Loading