Skip to content
  • Takenobu Tani's avatar
    Fix comment (old file names) in mk/ and utils/ · bd818a7c
    Takenobu Tani authored and Ben Gamari's avatar Ben Gamari committed
    There ware some old file names (.lhs, ...) at comments.
    
    * mk/config.mk.in
      - compiler/hsSyn/HsExpr.lhs -> HsExpr.hs
    
    * utils/ghc-pkg/Main.hs
      - compiler/main/Packages.lhs -> Packages.hs
    
    * utils/genapply/Main.hs
      - CgRetConv.lhs -> * REMOVE THIS COMMENT (OLDER FILE THAN GHC6) *
      - Constants.lhs -> Constants.hs
      - compiler/codeGen/CgCallConv.lhs -> compiler/codeGen/StgCmmLayout.hs
      - Apply.hc -> Apply.cmm
      - HeapStackCheck.hc -> HeapStackCheck.cmm
    
    Reviewers: mpickering, austin, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D3077
    bd818a7c