Skip to content

configure: Modify aclocal.m4 according to new module hierarchy

Takenobu Tani requested to merge takenobu-hs/ghc:wip/fix-aclocal-path into master

This patch updates file paths according to new module hierarchy 1:

  • Rename:

    • compiler/GHC/Parser.hs <= compiler/parser/Parser.hs
    • compiler/GHC/Parser/Lexer.hs <= compiler/Parser/Lexer.hs
  • Add:

    • compiler/GHC/Cmm/Lexer.hs

Merge request reports