summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <siarheit@google.com>2016-10-04 21:13:51 +0100
committerSergei Trofimovich <siarheit@google.com>2016-10-04 21:16:25 +0100
commit7a6731c200f1fd22f5f12f6a2cbc8a22e5225d84 (patch)
treed62fa33a73c2e6e5d8a4f75ee19f2ff33e25b5e2
parent8952cc3e8e36985b06166c23c482174b07ffa66d (diff)
downloadhaskell-7a6731c200f1fd22f5f12f6a2cbc8a22e5225d84.tar.gz
genapply: update source file in autogenerated text
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
-rw-r--r--utils/genapply/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/genapply/Main.hs b/utils/genapply/Main.hs
index b8208aeb0d..c5752fe027 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\"",