We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a435ee commit 2f20aefCopy full SHA for 2f20aef
plugins/hls-eval-plugin/src/Ide/Plugin/Eval/CodeLens.hs
@@ -110,7 +110,6 @@ import GHC
110
setTargets,
111
typeKind,
112
)
113
-import qualified GHC.LanguageExtensions.Type as LangExt
114
import GhcPlugins
115
( DynFlags (..),
116
hsc_dflags,
@@ -177,7 +176,6 @@ import Outputable
177
176
import System.FilePath (takeFileName)
178
import System.IO (hClose)
179
import UnliftIO.Temporary (withSystemTempFile)
180
-import Text.Read (readMaybe)
181
import Util (OverridingBool (Never))
182
import Development.IDE.Core.PositionMapping (toCurrentRange)
183
import qualified Data.DList as DL
0 commit comments