[commit: packages/Cabal] ghc-head: Formatting. (2475a17)

git at git.haskell.org git at git.haskell.org
Mon Aug 26 23:30:09 CEST 2013


Repository : ssh://git@git.haskell.org/Cabal

On branch  : ghc-head
Link       : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=2475a177d8abd81c449259920257b0d06ba3cbee

>---------------------------------------------------------------

commit 2475a177d8abd81c449259920257b0d06ba3cbee
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date:   Mon Aug 19 11:11:46 2013 +0200

    Formatting.


>---------------------------------------------------------------

2475a177d8abd81c449259920257b0d06ba3cbee
 Cabal/Distribution/Simple/Configure.hs |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cabal/Distribution/Simple/Configure.hs b/Cabal/Distribution/Simple/Configure.hs
index e82854e..a34ac75 100644
--- a/Cabal/Distribution/Simple/Configure.hs
+++ b/Cabal/Distribution/Simple/Configure.hs
@@ -297,9 +297,9 @@ configure (pkg_descr0, pbi) cfg
         createDirectoryIfMissingVerbose (lessVerbose verbosity) True distPref
 
         let programsConfig = mkProgramsConfig cfg (configPrograms cfg)
-            userInstall = fromFlag (configUserInstall cfg)
-            packageDbs  = interpretPackageDbFlags userInstall
-                            (configPackageDBs cfg)
+            userInstall    = fromFlag (configUserInstall cfg)
+            packageDbs     = interpretPackageDbFlags userInstall
+                             (configPackageDBs cfg)
 
         -- detect compiler
         (comp, compPlatform, programsConfig') <- configCompiler





More information about the ghc-commits mailing list