Skip to content

Commit 182cc1e

Browse files
Update plugins/default/src/Ide/Plugin/Eval/GHC.hs
Co-authored-by: Pepe Iborra <pepeiborra@me.com>
1 parent 6e1beeb commit 182cc1e

File tree

1 file changed

+1
-1
lines changed
  • plugins/default/src/Ide/Plugin/Eval

1 file changed

+1
-1
lines changed

plugins/default/src/Ide/Plugin/Eval/GHC.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import Development.IDE.GHC.Compat (
2929
)
3030
import GHC.LanguageExtensions.Type (Extension (..))
3131
import GhcMonad (modifySession)
32-
import GhcPlugins (
32+
import Development.IDE.GHC.Compat (
3333
DefUnitId (DefUnitId),
3434
HscEnv (hsc_IC),
3535
InstalledUnitId (InstalledUnitId),

0 commit comments

Comments
 (0)