diff options
Diffstat (limited to 'utils/runghc/Main.hs')
-rw-r--r-- | utils/runghc/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/runghc/Main.hs b/utils/runghc/Main.hs index dec53eefb0..f0ccb27c83 100644 --- a/utils/runghc/Main.hs +++ b/utils/runghc/Main.hs @@ -64,7 +64,7 @@ main = do -- a scenario, we must guess where ghc lives. Given a path where ghc might -- live, we check for the existence of ghc. If we can't find it, we assume that -- we're building ghc from source, in which case we fall back on ghc-stage2. --- (See Trac #1185.) +-- (See #1185.) findGhc :: FilePath -> IO FilePath findGhc path = do let ghcDir = takeDirectory (normalise path) |