[commit: ghc] master: genapply: update source file in autogenerated text (7a6731c)

git at git.haskell.org git at git.haskell.org
Tue Oct 4 20:17:18 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7a6731c200f1fd22f5f12f6a2cbc8a22e5225d84/ghc

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

commit 7a6731c200f1fd22f5f12f6a2cbc8a22e5225d84
Author: Sergei Trofimovich <siarheit at google.com>
Date:   Tue Oct 4 21:13:51 2016 +0100

    genapply: update source file in autogenerated text
    
    Signed-off-by: Sergei Trofimovich <siarheit at google.com>


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

7a6731c200f1fd22f5f12f6a2cbc8a22e5225d84
 utils/genapply/Main.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/genapply/Main.hs b/utils/genapply/Main.hs
index b8208ae..c5752fe 100644
--- a/utils/genapply/Main.hs
+++ b/utils/genapply/Main.hs
@@ -943,7 +943,7 @@ main = do
                               exitWith (ExitFailure 1)
   let the_code = vcat [
                 text "// DO NOT EDIT!",
-                text "// Automatically generated by GenApply.hs",
+                text "// Automatically generated by utils/genapply/Main.hs",
                 text "",
                 text "#include \"Cmm.h\"",
                 text "#include \"AutoApply.h\"",



More information about the ghc-commits mailing list