[commit: ghc] master: White space only (2f0011a)
git at git.haskell.org
git at git.haskell.org
Tue Jun 2 09:34:09 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2f0011aca137055f139bed484302679c10238d55/ghc
>---------------------------------------------------------------
commit 2f0011aca137055f139bed484302679c10238d55
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Sun May 31 00:06:13 2015 +0100
White space only
>---------------------------------------------------------------
2f0011aca137055f139bed484302679c10238d55
compiler/main/InteractiveEval.hs | 1 -
compiler/main/TidyPgm.hs | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/compiler/main/InteractiveEval.hs b/compiler/main/InteractiveEval.hs
index 5458368..59224e8 100644
--- a/compiler/main/InteractiveEval.hs
+++ b/compiler/main/InteractiveEval.hs
@@ -1104,4 +1104,3 @@ reconstructType hsc_env bound id = do
mkRuntimeUnkTyVar :: Name -> Kind -> TyVar
mkRuntimeUnkTyVar name kind = mkTcTyVar name kind RuntimeUnk
#endif /* GHCI */
-
diff --git a/compiler/main/TidyPgm.hs b/compiler/main/TidyPgm.hs
index e9dd8d1..91aaaee 100644
--- a/compiler/main/TidyPgm.hs
+++ b/compiler/main/TidyPgm.hs
@@ -144,9 +144,9 @@ mkBootModDetailsTc hsc_env
; showPassIO dflags CoreTidy
; let { insts' = map (tidyClsInstDFun globaliseAndTidyId) insts
+ ; pat_syns' = map (tidyPatSynIds globaliseAndTidyId) pat_syns
; type_env1 = mkBootTypeEnv (availsToNameSet exports)
(typeEnvIds type_env) tcs fam_insts
- ; pat_syns' = map (tidyPatSynIds globaliseAndTidyId) pat_syns
; type_env2 = extendTypeEnvWithPatSyns pat_syns' type_env1
; dfun_ids = map instanceDFunId insts'
; type_env' = extendTypeEnvWithIds type_env2 dfun_ids
More information about the ghc-commits
mailing list