Skip to content

Commit c241917

Browse files
committed
Formatting.
1 parent c02ed94 commit c241917

File tree

1 file changed

+5
-5
lines changed
  • cabal-install/Distribution/Client/ProjectConfig

1 file changed

+5
-5
lines changed

cabal-install/Distribution/Client/ProjectConfig/Legacy.hs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,11 @@ convertLegacyGlobalConfig
242242
where
243243
--TODO: [code cleanup] eliminate use of default*Flags here and specify the
244244
-- 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
250250

251251
configAllPackages = convertLegacyPerPackageFlags
252252
configFlags installFlags' haddockFlags' testFlags'

0 commit comments

Comments
 (0)