Skip to content

Commit 92e4a85

Browse files
committed
fixup! Update hls-plugin-api/src/Ide/Types.hs
1 parent 85cb54c commit 92e4a85

File tree

1 file changed

+1
-1
lines changed
  • ghcide/src/Development/IDE/Plugin

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Plugin/HLS.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ newtype IdeHandler (m :: J.Method FromClient Request)
212212

213213
-- | Combine the 'PluginHandler' for all plugins
214214
newtype IdeNotificationHandler (m :: J.Method FromClient Notification)
215-
= IdeNotificationHandler [(PluginId, IdeState -> MessageParams m -> LSP.LspM Config (NonEmpty ()))]
215+
= IdeNotificationHandler [(PluginId, IdeState -> MessageParams m -> LSP.LspM Config (()))]
216216
-- type NotificationHandler (m :: Method FromClient Notification) = MessageParams m -> IO ()`
217217

218218
-- | Combine the 'PluginHandlers' for all plugins

0 commit comments

Comments
 (0)