summaryrefslogtreecommitdiff
path: root/utils/runghc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/runghc')
-rw-r--r--utils/runghc/runghc.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/runghc/runghc.hs b/utils/runghc/runghc.hs
index cdf06dc33f..6896a68932 100644
--- a/utils/runghc/runghc.hs
+++ b/utils/runghc/runghc.hs
@@ -39,6 +39,8 @@ import System.Directory ( findExecutable )
main = do
args <- getArgs
case args of
+ ("-f" : ghc : args) -> do
+ doIt ghc args
('-':'f' : ghc) : args -> do
doIt (dropWhile isSpace ghc) args
args -> do