[commit: ghc] master: White space only (f6f4f54)
git at git.haskell.org
git at git.haskell.org
Mon Jul 14 21:23:08 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f6f4f54618cc27e7d9ed1a4cc110c6cb120454bc/ghc
>---------------------------------------------------------------
commit f6f4f54618cc27e7d9ed1a4cc110c6cb120454bc
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Jul 2 23:08:00 2014 +0100
White space only
>---------------------------------------------------------------
f6f4f54618cc27e7d9ed1a4cc110c6cb120454bc
compiler/typecheck/TcTyDecls.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcTyDecls.lhs b/compiler/typecheck/TcTyDecls.lhs
index fcb8c03..262aa51 100644
--- a/compiler/typecheck/TcTyDecls.lhs
+++ b/compiler/typecheck/TcTyDecls.lhs
@@ -121,7 +121,7 @@ synTyConsOfType ty
mkSynEdges :: [LTyClDecl Name] -> [(LTyClDecl Name, Name, [Name])]
mkSynEdges syn_decls = [ (ldecl, name, nameSetToList fvs)
| ldecl@(L _ (SynDecl { tcdLName = L _ name
- , tcdFVs = fvs })) <- syn_decls ]
+ , tcdFVs = fvs })) <- syn_decls ]
calcSynCycles :: [LTyClDecl Name] -> [SCC (LTyClDecl Name)]
calcSynCycles = stronglyConnCompFromEdgedVertices . mkSynEdges
More information about the ghc-commits
mailing list