From abb82f3892f8530dcaca1caae8a614b1faa591c3 Mon Sep 17 00:00:00 2001 From: Eric Lindblad <76970-lindblad@users.noreply.gitlab.haskell.org> Date: Sat, 17 Sep 2022 21:38:33 +0000 Subject: example rewrite --- utils/runghc/Main.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') 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: -- -- cgit v1.2.1