Repository : http://darcs.haskell.org/ghc.git/
On branch : https://github.com/ghc/ghc/commit/4d772a50748819258c941ef928cfe733bf011f19 >--------------------------------------------------------------- commit 4d772a50748819258c941ef928cfe733bf011f19 Author: Geoffrey Mainland <[email protected]> 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. 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 show 4d772a50748819258c941ef928cfe733bf011f19 _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
