[commit: ghc] master: Reformat a leading # in a comment (875723b)

git at git.haskell.org git at git.haskell.org
Mon Jul 13 12:21:20 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/875723b336ef3f79a6196a509c65c3d3b7034fa6/ghc

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

commit 875723b336ef3f79a6196a509c65c3d3b7034fa6
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Mon Jul 13 13:08:44 2015 +0100

    Reformat a leading # in a comment
    
    The leading hash in a comment confused CPP, though
    it worked fine on my machine. Apologies.


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

875723b336ef3f79a6196a509c65c3d3b7034fa6
 compiler/coreSyn/CoreLint.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/coreSyn/CoreLint.hs b/compiler/coreSyn/CoreLint.hs
index dad3b6d..41b6a94 100644
--- a/compiler/coreSyn/CoreLint.hs
+++ b/compiler/coreSyn/CoreLint.hs
@@ -1148,7 +1148,7 @@ stupidly constructed a rule like
      f (x |> c1 |> c2) = ....
 
 But simplExpr collapses those coercions into one.  (Indeed in
-#10602, it collapsed to the identity and was removed altogether.)
+Trac #10602, it collapsed to the identity and was removed altogether.)
 
 We don't have a great story for what to do here, but at least
 this check will nail it.



More information about the ghc-commits mailing list