Skip to content

Commit 53b9cee

Browse files
committed
add explicit GHC.Parser imports in rename plugin
1 parent 61656f5 commit 53b9cee

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

plugins/hls-rename-plugin/src/Ide/Plugin/Rename.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
module Ide.Plugin.Rename (descriptor) where
1313

1414
#if MIN_VERSION_ghc(9,2,1)
15-
import GHC.Parser.Annotation
15+
import GHC.Parser.Annotation (AnnContext, AnnList, AnnParen, AnnPragma)
1616
#endif
1717

1818
import Control.Monad

0 commit comments

Comments
 (0)