diff options
author | Takenobu Tani <takenobu.hs@gmail.com> | 2020-05-27 22:43:46 +0900 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-06-01 06:39:05 -0400 |
commit | 11390e3ab038a18c2a7bf6b2423657614a439afb (patch) | |
tree | eccde174cd2054fd87e89da0f6aa5eac2f1dd744 /rules | |
parent | 7002d0cbbe1581dd157b530e95c62195f37cfe00 (diff) | |
download | haskell-11390e3ab038a18c2a7bf6b2423657614a439afb.tar.gz |
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
Diffstat (limited to 'rules')
-rw-r--r-- | rules/sdist-ghc-file.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/sdist-ghc-file.mk b/rules/sdist-ghc-file.mk index 81e1c5c105..b1e13a1ea0 100644 --- a/rules/sdist-ghc-file.mk +++ b/rules/sdist-ghc-file.mk @@ -16,7 +16,7 @@ # $(eval $(call sdist-ghc-file,compiler,stage2,parser,Parser,y)) # # This adds the file 'compiler/stage2/build/Parser.hs' to the sdist, in the -# same directory as 'compiler/parser/Parser.y' (which is renamed). +# same directory as 'compiler/GHC/Parser.y' (which is renamed). define sdist-ghc-file # $1 = dir |