[commit: ghc] master, master: Fix comment for ghci script files (db497cd)

git at git.haskell.org git at git.haskell.org
Sun Mar 16 16:41:27 UTC 2014


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

On branches: master,master
Link       : http://ghc.haskell.org/trac/ghc/changeset/db497cd1bef818e5b2ae3028a48538f2cba95157/ghc

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

commit db497cd1bef818e5b2ae3028a48538f2cba95157
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Mar 16 17:40:51 2014 +0100

    Fix comment for ghci script files
    
    (Unchecked comment-only commits should better use the right commenting
    style...)


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

db497cd1bef818e5b2ae3028a48538f2cba95157
 testsuite/tests/ghci/scripts/ghci059.script |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/ghci/scripts/ghci059.script b/testsuite/tests/ghci/scripts/ghci059.script
index a78be19..936277e 100644
--- a/testsuite/tests/ghci/scripts/ghci059.script
+++ b/testsuite/tests/ghci/scripts/ghci059.script
@@ -1,5 +1,5 @@
-# At one point, :info Coercible would not report it as a constraint, but as a
-# data type. So this test case ensures that this is broken later.
+-- At one point, :info Coercible would not report it as a constraint, but as a
+-- data type. So this test case ensures that this is broken later.
 
 :m + Data.Coerce
 :info Coercible



More information about the ghc-commits mailing list