summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorTakenobu Tani <takenobu.hs@gmail.com>2020-05-26 18:45:15 +0900
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-05-27 00:13:55 -0400
commitede241268171e8eee1e750d88ff356ddbfc357f2 (patch)
treec3d03792f6c8bc9b234793bb8f4276b8a9b51321 /mk
parentcf772f19c06944f0fd03b4bdcd4a49e437084ba5 (diff)
downloadhaskell-ede241268171e8eee1e750d88ff356ddbfc357f2.tar.gz
core-spec: Modify file paths according to new module hierarchy
This patch updates file paths according to new module hierarchy [1]: * GHC/Core.hs <= coreSyn/CoreSyn.hs * GHC/Core/Coercion.hs <= types/Coercion.hs * GHC/Core/Coercion/Axiom.hs <= types/CoAxiom.hs * GHC/Core/Coercion/Opt.hs <= types/OptCoercion.hs * GHC/Core/DataCon.hs <= basicTypes/DataCon.hs * GHC/Core/FamInstEnv.hs <= types/FamInstEnv.hs * GHC/Core/Lint.hs <= coreSyn/CoreLint.hs * GHC/Core/Subst.hs <= coreSyn/CoreSubst.hs * GHC/Core/TyCo/Rep.hs <= types/TyCoRep.hs * GHC/Core/TyCon.hs <= types/TyCon.hs * GHC/Core/Type.hs <= types/Type.hs * GHC/Core/Unify.hs <= types/Unify.hs * GHC/Types/Literal.hs <= basicTypes/Literal.hs * GHC/Types/Var.hs <= basicTypes/Var.hs [1]: https://gitlab.haskell.org/ghc/ghc/-/wikis/Make-GHC-codebase-more-modular [skip ci]
Diffstat (limited to 'mk')
0 files changed, 0 insertions, 0 deletions