Skip to content

Commit 1ea186c

Browse files
committed
fix qualified idents
1 parent a92845a commit 1ea186c

File tree

1 file changed

+2
-2
lines changed
  • ghcide/src/Development/IDE/GHC/Compat

1 file changed

+2
-2
lines changed

ghcide/src/Development/IDE/GHC/Compat/Units.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ initUnits env = do
131131
let cached_unit_dbs = hsc_unit_dbs env
132132
(dbs,unit_state,home_unit,mconstants) <- State.initUnits (hsc_logger env) dflags1 cached_unit_dbs
133133

134-
dflags <- updatePlatformConstants dflags1 mconstants
134+
dflags <- DynFlags.updatePlatformConstants dflags1 mconstants
135135

136136

137137
let unit_env = UnitEnv
138138
{ ue_platform = targetPlatform dflags
139-
, ue_namever = ghcNameVersion dflags
139+
, ue_namever = DynFlags.ghcNameVersion dflags
140140
, ue_home_unit = home_unit
141141
, ue_units = unit_state
142142
}

0 commit comments

Comments
 (0)