Skip to content

Commit 3459f48

Browse files
committed
Fix import
1 parent 72d135a commit 3459f48

File tree

1 file changed

+1
-0
lines changed
  • plugins/hls-refactor-plugin/src/Development/IDE/Plugin

1 file changed

+1
-0
lines changed

plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ import qualified Text.Fuzzy.Parallel as TFP
9292
import Text.Regex.TDFA (mrAfter,
9393
(=~), (=~~))
9494
#if MIN_VERSION_ghc(9,2,1)
95+
import Development.IDE.GHC.Error (spanContainsRange)
9596
import GHC.Types.SrcLoc (generatedSrcSpan)
9697
import Language.Haskell.GHC.ExactPrint (noAnnSrcSpanDP1,
9798
runTransformT)

0 commit comments

Comments
 (0)