From c241917a7f71b51b2cceed40117bfe5c5d7bbef5 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Tue, 25 Jun 2019 23:12:50 +0100 Subject: [PATCH] Formatting. --- .../Distribution/Client/ProjectConfig/Legacy.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cabal-install/Distribution/Client/ProjectConfig/Legacy.hs b/cabal-install/Distribution/Client/ProjectConfig/Legacy.hs index 9d143c8045e..4aa68231cac 100644 --- a/cabal-install/Distribution/Client/ProjectConfig/Legacy.hs +++ b/cabal-install/Distribution/Client/ProjectConfig/Legacy.hs @@ -242,11 +242,11 @@ convertLegacyGlobalConfig where --TODO: [code cleanup] eliminate use of default*Flags here and specify the -- defaults in the various resolve functions in terms of the new types. - configExFlags' = defaultConfigExFlags <> configExFlags - installFlags' = defaultInstallFlags <> installFlags - clientInstallFlags' = defaultClientInstallFlags <> clientInstallFlags - haddockFlags' = defaultHaddockFlags <> haddockFlags - testFlags' = defaultTestFlags <> testFlags + configExFlags' = defaultConfigExFlags <> configExFlags + installFlags' = defaultInstallFlags <> installFlags + clientInstallFlags' = defaultClientInstallFlags <> clientInstallFlags + haddockFlags' = defaultHaddockFlags <> haddockFlags + testFlags' = defaultTestFlags <> testFlags configAllPackages = convertLegacyPerPackageFlags configFlags installFlags' haddockFlags' testFlags'