[commit: ghc] master: Remove accidentally-inserted tabs (b088454)
Simon Peyton Jones
simonpj at microsoft.com
Tue Apr 16 17:41:28 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/b0884547c4b40d862418e297d7a4e9cf1ce773fb
>---------------------------------------------------------------
commit b0884547c4b40d862418e297d7a4e9cf1ce773fb
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Apr 16 10:33:58 2013 +0100
Remove accidentally-inserted tabs
>---------------------------------------------------------------
compiler/typecheck/TcRnDriver.lhs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/typecheck/TcRnDriver.lhs b/compiler/typecheck/TcRnDriver.lhs
index 9391197..0859020 100644
--- a/compiler/typecheck/TcRnDriver.lhs
+++ b/compiler/typecheck/TcRnDriver.lhs
@@ -1103,8 +1103,8 @@ check_main dflags tcg_env
-- Either returns the default name or the one configured on the command line with -main-is
getMainFun :: DynFlags -> RdrName
getMainFun dflags = case mainFunIs dflags of
- Just fn -> mkRdrUnqual (mkVarOccFS (mkFastString fn))
- Nothing -> main_RDR_Unqual
+ Just fn -> mkRdrUnqual (mkVarOccFS (mkFastString fn))
+ Nothing -> main_RDR_Unqual
checkMainExported :: TcGblEnv -> TcM ()
checkMainExported tcg_env
More information about the ghc-commits
mailing list