summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorEric Lindblad <76970-lindblad@users.noreply.gitlab.haskell.org>2022-09-17 21:38:33 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-10-17 19:22:33 -0400
commitabb82f3892f8530dcaca1caae8a614b1faa591c3 (patch)
tree4d58f69d3caa4577ab4d5395856a9480e9766bf1 /utils
parentff6275ef829873a70350c6d597e485bb84dd1bb1 (diff)
downloadhaskell-abb82f3892f8530dcaca1caae8a614b1faa591c3.tar.gz
example rewrite
Diffstat (limited to 'utils')
-rw-r--r--utils/runghc/Main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/runghc/Main.hs b/utils/runghc/Main.hs
index 5e447ed99f..858f199aba 100644
--- a/utils/runghc/Main.hs
+++ b/utils/runghc/Main.hs
@@ -6,9 +6,9 @@
--
-- runghc program, for invoking from a #! line in a script. For example:
--
--- script.lhs:
+-- script.hs:
-- #!/usr/bin/env runghc
--- > main = putStrLn "hello!"
+-- main = putStrLn "hello!"
--
-- runghc accepts one flag:
--