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 72d135a commit 3459f48Copy full SHA for 3459f48
plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction.hs
@@ -92,6 +92,7 @@ import qualified Text.Fuzzy.Parallel as TFP
92
import Text.Regex.TDFA (mrAfter,
93
(=~), (=~~))
94
#if MIN_VERSION_ghc(9,2,1)
95
+import Development.IDE.GHC.Error (spanContainsRange)
96
import GHC.Types.SrcLoc (generatedSrcSpan)
97
import Language.Haskell.GHC.ExactPrint (noAnnSrcSpanDP1,
98
runTransformT)
0 commit comments