Skip to content

Commit f9ca4ca

Browse files
committed
change default fake uid to "main"
1 parent b0debcd commit f9ca4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ defaultIdeOptions session = IdeOptions
141141
,optCheckParents = pure CheckOnSaveAndClose
142142
,optHaddockParse = HaddockParse
143143
,optCustomDynFlags = id
144-
,optFakeUid = toInstalledUnitId (stringToUnitId "fake_uid")
144+
,optFakeUid = toInstalledUnitId (stringToUnitId "main")
145145
}
146146

147147

0 commit comments

Comments
 (0)