File tree 1 file changed +5
-5
lines changed
cabal-install/Distribution/Client/ProjectConfig 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -242,11 +242,11 @@ convertLegacyGlobalConfig
242
242
where
243
243
-- TODO: [code cleanup] eliminate use of default*Flags here and specify the
244
244
-- defaults in the various resolve functions in terms of the new types.
245
- configExFlags' = defaultConfigExFlags <> configExFlags
246
- installFlags' = defaultInstallFlags <> installFlags
247
- clientInstallFlags' = defaultClientInstallFlags <> clientInstallFlags
248
- haddockFlags' = defaultHaddockFlags <> haddockFlags
249
- testFlags' = defaultTestFlags <> testFlags
245
+ configExFlags' = defaultConfigExFlags <> configExFlags
246
+ installFlags' = defaultInstallFlags <> installFlags
247
+ clientInstallFlags' = defaultClientInstallFlags <> clientInstallFlags
248
+ haddockFlags' = defaultHaddockFlags <> haddockFlags
249
+ testFlags' = defaultTestFlags <> testFlags
250
250
251
251
configAllPackages = convertLegacyPerPackageFlags
252
252
configFlags installFlags' haddockFlags' testFlags'
You can’t perform that action at this time.
0 commit comments