From 11390e3ab038a18c2a7bf6b2423657614a439afb Mon Sep 17 00:00:00 2001 From: Takenobu Tani Date: Wed, 27 May 2020 22:43:46 +0900 Subject: Clean up file paths for new module hierarchy This updates comments only. This patch replaces file references according to new module hierarchy. See also: * https://gitlab.haskell.org/ghc/ghc/-/wikis/Make-GHC-codebase-more-modular * https://gitlab.haskell.org/ghc/ghc/issues/13009 --- hadrian/src/Way.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hadrian') diff --git a/hadrian/src/Way.hs b/hadrian/src/Way.hs index 2375a122a7..99aa7e28a9 100644 --- a/hadrian/src/Way.hs +++ b/hadrian/src/Way.hs @@ -27,7 +27,7 @@ dynamic = wayFromUnits [Dynamic] profilingDynamic :: Way profilingDynamic = wayFromUnits [Profiling, Dynamic] --- RTS only ways below. See compiler/main/DynFlags.hs. +-- RTS only ways below. See compiler/GHC/Driver/Session.hs. -- | Build RTS with event logging. logging :: Way logging = wayFromUnits [Logging] -- cgit v1.2.1