Skip to content

Commit 2f20aef

Browse files
committed
warnings
1 parent 3a435ee commit 2f20aef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/hls-eval-plugin/src/Ide/Plugin/Eval/CodeLens.hs

-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ import GHC
110110
setTargets,
111111
typeKind,
112112
)
113-
import qualified GHC.LanguageExtensions.Type as LangExt
114113
import GhcPlugins
115114
( DynFlags (..),
116115
hsc_dflags,
@@ -177,7 +176,6 @@ import Outputable
177176
import System.FilePath (takeFileName)
178177
import System.IO (hClose)
179178
import UnliftIO.Temporary (withSystemTempFile)
180-
import Text.Read (readMaybe)
181179
import Util (OverridingBool (Never))
182180
import Development.IDE.Core.PositionMapping (toCurrentRange)
183181
import qualified Data.DList as DL

0 commit comments

Comments
 (0)