[commit: ghc] master: Comments and white space only (875159c)

git at git.haskell.org git at git.haskell.org
Fri May 19 11:24:18 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/875159cc89d7d7120395e026330397a620531c25/ghc

>---------------------------------------------------------------

commit 875159cc89d7d7120395e026330397a620531c25
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri May 19 11:55:38 2017 +0100

    Comments and white space only


>---------------------------------------------------------------

875159cc89d7d7120395e026330397a620531c25
 compiler/iface/MkIface.hs | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/compiler/iface/MkIface.hs b/compiler/iface/MkIface.hs
index 4968c29..dec7215 100644
--- a/compiler/iface/MkIface.hs
+++ b/compiler/iface/MkIface.hs
@@ -476,10 +476,9 @@ addFingerprints hsc_env mb_old_fingerprint iface0 new_decls
                   extendOccEnvList env [ (b,n) | b <- ifaceDeclImplicitBndrs d ]
                   where n = getOccName d
 
-        -- strongly-connected groups of declarations, in dependency order
+        -- Strongly-connected groups of declarations, in dependency order
        groups :: [SCC IfaceDeclABI]
-       groups =
-           stronglyConnCompFromEdgedVerticesUniq edges
+       groups = stronglyConnCompFromEdgedVerticesUniq edges
 
        global_hash_fn = mkHashFun hsc_env eps
 



More information about the ghc-commits mailing list