[commit: ghc] master: Convert GHCi sources from .lhs to .hs (322810e)
git at git.haskell.org
git at git.haskell.org
Thu Oct 30 04:15:35 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/322810e32cb18d7749e255937437ff2ef99dca3f/ghc
>---------------------------------------------------------------
commit 322810e32cb18d7749e255937437ff2ef99dca3f
Author: Rodlogic <admin at rodlogic.net>
Date: Wed Oct 29 23:12:54 2014 -0500
Convert GHCi sources from .lhs to .hs
Summary: Signed-off-by: Rodlogic <admin at rodlogic.net>
Test Plan: Does it compile?
Reviewers: hvr, austin
Reviewed By: austin
Subscribers: thomie, carter, simonmar
Differential Revision: https://phabricator.haskell.org/D319
>---------------------------------------------------------------
322810e32cb18d7749e255937437ff2ef99dca3f
compiler/ghci/{ByteCodeAsm.lhs => ByteCodeAsm.hs} | 12 +-
compiler/ghci/{ByteCodeGen.lhs => ByteCodeGen.hs} | 13 +-
.../ghci/{ByteCodeInstr.lhs => ByteCodeInstr.hs} | 12 +-
.../ghci/{ByteCodeItbls.lhs => ByteCodeItbls.hs} | 21 +--
.../ghci/{ByteCodeLink.lhs => ByteCodeLink.hs} | 33 ++---
compiler/ghci/{Linker.lhs => Linker.hs} | 141 +++++++++------------
compiler/ghci/{ObjLink.lhs => ObjLink.hs} | 12 +-
7 files changed, 93 insertions(+), 151 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 322810e32cb18d7749e255937437ff2ef99dca3f
More information about the ghc-commits
mailing list