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 1041a25 commit 6eb8a51Copy full SHA for 6eb8a51
plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction.hs
@@ -171,9 +171,7 @@ bindingsPluginDescriptor recorder plId = mkExactprintPluginDescriptor recorder $
171
, wrap suggestImplicitParameter
172
#endif
173
, wrap suggestNewDefinition
174
-#if MIN_VERSION_ghc(9,2,1)
175
, wrap Development.IDE.Plugin.Plugins.AddArgument.plugin
176
-#endif
177
, wrap suggestDeleteUnusedBinding
178
]
179
plId
0 commit comments