diff options
author | David Terei <davidterei@gmail.com> | 2011-11-01 01:13:55 -0700 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2011-11-01 01:13:55 -0700 |
commit | e42cb74a391bf2c43ad2c6eed0daeb21254a26ec (patch) | |
tree | f17e7ccc3f69c619f2be75c0ce9669ffbd1281ae | |
parent | a4eb906e8279dd73d3e18af2cc7cbc204a7af873 (diff) | |
download | haskell-e42cb74a391bf2c43ad2c6eed0daeb21254a26ec.tar.gz |
Remove tab
-rw-r--r-- | compiler/main/HscTypes.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/HscTypes.lhs b/compiler/main/HscTypes.lhs index 814e7f0a40..2c3b7a9e51 100644 --- a/compiler/main/HscTypes.lhs +++ b/compiler/main/HscTypes.lhs @@ -1790,7 +1790,7 @@ ms_imps ms = ms_textual_imps ms ++ map mk_additional_import (dynFlagDependencies ideclName = noLoc mod_nm, ideclPkgQual = Nothing, ideclSource = False, - ideclImplicit = True, -- Maybe implicit because not "in the program text" + ideclImplicit = True, -- Maybe implicit because not "in the program text" ideclQualified = False, ideclAs = Nothing, ideclHiding = Nothing, |