diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-03-28 22:34:32 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-04-01 16:52:32 -0700 |
commit | f15dbc22545964f301c736dba198da643690b5a0 (patch) | |
tree | 73d0d35c1b1730d9319fef0797985efe26019de6 | |
parent | 43351ff0905a098c382487c502ccad53783ba9ee (diff) | |
download | haskell-f15dbc22545964f301c736dba198da643690b5a0.tar.gz |
Indentation only.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
-rw-r--r-- | compiler/typecheck/TcRnDriver.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcRnDriver.hs b/compiler/typecheck/TcRnDriver.hs index dca128e201..9d3a1fa824 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 |