Skip to content

Commit 689b7fc

Browse files
committed
Update new plugin
1 parent b91d84a commit 689b7fc

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-gadt-plugin/src/Ide/Plugin

1 file changed

+1
-1
lines changed

plugins/hls-gadt-plugin/src/Ide/Plugin/GADT.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ toGADTSyntaxCommandId = "GADT.toGADT"
5252

5353
-- | A command replaces H98 data decl with GADT decl in place
5454
toGADTCommand :: PluginId -> CommandFunction IdeState ToGADTParams
55-
toGADTCommand plId state ToGADTParams{..} = response $ do
55+
toGADTCommand plId state ToGADTParams{..} = pluginResponse $ do
5656
nfp <- getNormalizedFilePath plId uri
5757
(decls, exts) <- getInRangeH98DeclsAndExts state range nfp
5858
(L ann decl) <- case decls of

0 commit comments

Comments
 (0)