Repository : ssh://g...@git.haskell.org/ghc On branch : wip/th-new Link : http://ghc.haskell.org/trac/ghc/changeset/22818ab0b057ea6d55226be7bd4f8c916be1f233/ghc
>--------------------------------------------------------------- commit 22818ab0b057ea6d55226be7bd4f8c916be1f233 Author: Geoffrey Mainland <mainl...@apeiron.net> Date: Tue Apr 23 22:10:48 2013 +0100 Move renamer splice functionality into a separate module. This structure now matches that of the type checker. >--------------------------------------------------------------- 22818ab0b057ea6d55226be7bd4f8c916be1f233 compiler/ghc.cabal.in | 1 + compiler/rename/RnExpr.lhs | 59 +---------------- compiler/rename/RnSplice.lhs | 132 +++++++++++++++++++++++++++++++++++++ compiler/rename/RnSplice.lhs-boot | 16 +++++ compiler/rename/RnTypes.lhs | 61 +---------------- 5 files changed, 152 insertions(+), 117 deletions(-) Diff suppressed because of size. To see it, use: git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 22818ab0b057ea6d55226be7bd4f8c916be1f233 _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits