diff options
Diffstat (limited to 'hadrian/src/Rules.hs')
-rw-r--r-- | hadrian/src/Rules.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Rules.hs b/hadrian/src/Rules.hs index 9b9f7557f3..f479ba679f 100644 --- a/hadrian/src/Rules.hs +++ b/hadrian/src/Rules.hs @@ -34,7 +34,7 @@ import UserSettings -- run, the target prints out the arguments that would be passed to @ghc@ -- during normal compilation to @stdout@. -- --- This target is called by the `ghci.sh` script in order to load all of GHC's +-- This target is called by the `ghci` script in order to load all of GHC's -- modules into GHCi. toolArgsTarget :: Rules () toolArgsTarget = do |