Skip to content
Snippets Groups Projects
Unverified Commit c241917a authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Formatting.

parent c02ed942
No related branches found
No related tags found
No related merge requests found
...@@ -242,11 +242,11 @@ convertLegacyGlobalConfig ...@@ -242,11 +242,11 @@ convertLegacyGlobalConfig
where where
--TODO: [code cleanup] eliminate use of default*Flags here and specify the --TODO: [code cleanup] eliminate use of default*Flags here and specify the
-- defaults in the various resolve functions in terms of the new types. -- defaults in the various resolve functions in terms of the new types.
configExFlags' = defaultConfigExFlags <> configExFlags configExFlags' = defaultConfigExFlags <> configExFlags
installFlags' = defaultInstallFlags <> installFlags installFlags' = defaultInstallFlags <> installFlags
clientInstallFlags' = defaultClientInstallFlags <> clientInstallFlags clientInstallFlags' = defaultClientInstallFlags <> clientInstallFlags
haddockFlags' = defaultHaddockFlags <> haddockFlags haddockFlags' = defaultHaddockFlags <> haddockFlags
testFlags' = defaultTestFlags <> testFlags testFlags' = defaultTestFlags <> testFlags
configAllPackages = convertLegacyPerPackageFlags configAllPackages = convertLegacyPerPackageFlags
configFlags installFlags' haddockFlags' testFlags' configFlags installFlags' haddockFlags' testFlags'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment