File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ library
111
111
Development.IDE.GHC.Error
112
112
Development.IDE.GHC.Util
113
113
Development.IDE.Import.DependencyInformation
114
+ Development.IDE.LSP.HoverDefinition
114
115
Development.IDE.LSP.LanguageServer
115
116
Development.IDE.LSP.Protocol
116
117
Development.IDE.LSP.Server
@@ -131,7 +132,6 @@ library
131
132
Development.IDE.GHC.Orphans
132
133
Development.IDE.GHC.Warnings
133
134
Development.IDE.Import.FindImports
134
- Development.IDE.LSP.HoverDefinition
135
135
Development.IDE.LSP.Notifications
136
136
Development.IDE.LSP.Outline
137
137
Development.IDE.Spans.AtPoint
Original file line number Diff line number Diff line change 6
6
module Development.IDE.LSP.HoverDefinition
7
7
( setHandlersHover
8
8
, setHandlersDefinition
9
+ -- * For haskell-language-server
10
+ , hover
11
+ , gotoDefinition
9
12
) where
10
13
11
14
import Development.IDE.Core.Rules
You can’t perform that action at this time.
0 commit comments