Skip to content

Commit b0debcd

Browse files
committed
add comment
1 parent 10994a0 commit b0debcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ghcide/src/Development/IDE/Types/Options.hs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ data IdeOptions = IdeOptions
8585
-- allowing to customize the Ghc options used
8686
, optShakeOptions :: ShakeOptions
8787
, optFakeUid :: InstalledUnitId
88+
-- ^ Change the unit id used to tag the internal component.
89+
-- To reuse external interface files the unit ids must match,
90+
-- thus make sure to build them with `--this-unit-id` set to the
91+
-- same value as the ghcide fake uid
8892
}
8993

9094
optShakeFiles :: IdeOptions -> Maybe FilePath

0 commit comments

Comments
 (0)