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.
1 parent ff7aaca commit 2584a4dCopy full SHA for 2584a4d
haskell-language-server.cabal
@@ -157,7 +157,16 @@ common example-plugins
157
common eval
158
if flag(eval) || flag(all-plugins)
159
hs-source-dirs: plugins/default/src
160
- other-modules: Ide.Plugin.Eval
+ other-modules: Ide.Plugin.Eval
161
+ Ide.Plugin.Eval.Code
162
+ Ide.Plugin.Eval.CodeLens
163
+ Ide.Plugin.Eval.GHC
164
+ Ide.Plugin.Eval.Parse.Option
165
+ Ide.Plugin.Eval.Parse.Parser
166
+ Ide.Plugin.Eval.Parse.Section
167
+ Ide.Plugin.Eval.Parse.Token
168
+ Ide.Plugin.Eval.Types
169
+ Ide.Plugin.Eval.Util
170
build-depends:
171
cpp-options: -Deval
172
0 commit comments