[commit: ghc] master: Indentation only. (f15dbc2)
git at git.haskell.org
git at git.haskell.org
Thu Apr 2 01:02:56 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f15dbc22545964f301c736dba198da643690b5a0/ghc
>---------------------------------------------------------------
commit f15dbc22545964f301c736dba198da643690b5a0
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Sat Mar 28 22:34:32 2015 -0700
Indentation only.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
f15dbc22545964f301c736dba198da643690b5a0
compiler/typecheck/TcRnDriver.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcRnDriver.hs b/compiler/typecheck/TcRnDriver.hs
index dca128e..9d3a1fa 100644
--- a/compiler/typecheck/TcRnDriver.hs
+++ b/compiler/typecheck/TcRnDriver.hs
@@ -178,7 +178,7 @@ tcRnSignature dflags hsc_src
, tcg_imports = tcg_imports tcg_env `plusImportAvails` avails
})
} ;
- Nothing
+ Nothing
| HsigFile <- hsc_src
, HscNothing <- hscTarget dflags -> do
{ return tcg_env
More information about the ghc-commits
mailing list