mirror of
https://github.com/haskell/ghcide.git
synced 2024-11-30 01:22:34 +03:00
Expose underlying hover and gotoDefinition handlers (#490)
For use in haskell-language-server
This commit is contained in:
parent
8b328bb7c5
commit
bd53aced70
@ -111,6 +111,7 @@ library
|
||||
Development.IDE.GHC.Error
|
||||
Development.IDE.GHC.Util
|
||||
Development.IDE.Import.DependencyInformation
|
||||
Development.IDE.LSP.HoverDefinition
|
||||
Development.IDE.LSP.LanguageServer
|
||||
Development.IDE.LSP.Protocol
|
||||
Development.IDE.LSP.Server
|
||||
@ -131,7 +132,6 @@ library
|
||||
Development.IDE.GHC.Orphans
|
||||
Development.IDE.GHC.Warnings
|
||||
Development.IDE.Import.FindImports
|
||||
Development.IDE.LSP.HoverDefinition
|
||||
Development.IDE.LSP.Notifications
|
||||
Development.IDE.LSP.Outline
|
||||
Development.IDE.Spans.AtPoint
|
||||
|
@ -6,6 +6,9 @@
|
||||
module Development.IDE.LSP.HoverDefinition
|
||||
( setHandlersHover
|
||||
, setHandlersDefinition
|
||||
-- * For haskell-language-server
|
||||
, hover
|
||||
, gotoDefinition
|
||||
) where
|
||||
|
||||
import Development.IDE.Core.Rules
|
||||
|
Loading…
Reference in New Issue
Block a user